Skip to content

Commit

Permalink
Kellyyangsong/net8 ga (#2584)
Browse files Browse the repository at this point in the history
* update to .net8 GA

* rm .net8-rc

* change request

* remove line
  • Loading branch information
kllysng authored Nov 15, 2023
1 parent 0fb9929 commit efd1dec
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup .NET 8.0.x
uses: actions/[email protected]
with:
dotnet-version: 8.0.100-rc.1.23463.5
dotnet-version: 8.0.x

# Install workload
- name: Setup wasm-tools
Expand Down
2 changes: 0 additions & 2 deletions build/template-install-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ steps:
displayName: 'Use .Net Core SDK 8'
inputs:
version: 8.x
includePreviewVersions: true
condition: eq(variables['TargetNet8'], 'True')

# Run Nuget Tool Installer

Expand Down
2 changes: 1 addition & 1 deletion tests/DevApps/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<!--CVE-2021-24112 from ASpNetCore.Protection, and Redis-->
<SystemDrawingCommon>8.0.0-rc.2.23479.14</SystemDrawingCommon>
<SystemDrawingCommon>8.0.0</SystemDrawingCommon>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<PropertyGroup Condition="'$(TargetFramework)' == 'net8.0'">
<!--CVE-2021-24112 from ASpNetCore.Protection, and Redis-->
<SystemDrawingCommon>8.0.0-rc.2.23479.14</SystemDrawingCommon>
<SystemDrawingCommon>8.0.0</SystemDrawingCommon>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit efd1dec

Please sign in to comment.