Skip to content

Commit

Permalink
Update preview.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored Aug 17, 2023
1 parent d21a42c commit a1900d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: "15"
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.100-preview.6.23330.14'
dotnet-version: '8.0.100-preview.7.23376.3'
- name: Build
run: |
dotnet build -c Release -f net8.0
Expand Down
4 changes: 2 additions & 2 deletions src/OrchardCore.Build/Dependencies.AspNetCore.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<!-- These versions are used for the NuGet packages that are dependent on the current TFM -->
<!-- Versions are preset for the default TFM (there may be no TFM in an evaluation phase) -->
<PropertyGroup>
<AspNetCorePackagesVersion>8.0.0-preview.6.23329.11</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>8.0.0-preview.6.23329.11</MicrosoftExtensionsPackagesVersion>
<AspNetCorePackagesVersion>8.0.0-preview.7.23375.9</AspNetCorePackagesVersion>
<MicrosoftExtensionsPackagesVersion>8.0.0-preview.7.23375.9</MicrosoftExtensionsPackagesVersion>
</PropertyGroup>

<PropertyGroup Condition="$(TargetFramework) == 'net7.0'">
Expand Down

0 comments on commit a1900d0

Please sign in to comment.