Skip to content

Commit

Permalink
Merge pull request #1470 from DuendeSoftware/net8-rtm
Browse files Browse the repository at this point in the history
Updates for NET8 RTM
  • Loading branch information
leastprivilege authored Nov 14, 2023
2 parents e792857 + 4ccb51a commit 6debe66
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
8.0.100-rc.2.23502.2
8.0.100
- run: dotnet --info

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: |
8.0.100-rc.2.23502.2
8.0.100
- run: dotnet --info

Expand Down
8 changes: 4 additions & 4 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</PropertyGroup>-->

<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersion>8.0.0-rc.2.23480.2</FrameworkVersion>
<ExtensionsVersion>8.0.0-rc.2.23479.6</ExtensionsVersion>
<EntityFrameworkVersion>8.0.0-rc.2.23480.1</EntityFrameworkVersion>
<WilsonVersion>7.0.0</WilsonVersion>
<FrameworkVersion>8.0.0</FrameworkVersion>
<ExtensionsVersion>8.0.0</ExtensionsVersion>
<EntityFrameworkVersion>8.0.0</EntityFrameworkVersion>
<WilsonVersion>7.0.3</WilsonVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "8.0.100-rc.2.23502.2",
"version": "8.0.100",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}
}

0 comments on commit 6debe66

Please sign in to comment.