Skip to content

Commit 7cb2d28

Browse files
committed
Updated to dotnet 6 proper
1 parent ed784e3 commit 7cb2d28

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
uses: actions/setup-dotnet@v1
2727
with:
2828
dotnet-version: 6.0.x
29-
include-prerelease: True
3029
- name: Create Release NuGet package
3130
run: |
3231
arrTag=(${GITHUB_REF//\// })

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919

2020
<PropertyGroup>
2121
<EFCoreTriggeredVersion>3</EFCoreTriggeredVersion>
22-
<EFCorePackageVersion>6.0.0-rc.1.21452.10</EFCorePackageVersion>
23-
<MicrosoftExtensionsVersion>6.0.0-rc.1.21451.13</MicrosoftExtensionsVersion>
22+
<EFCorePackageVersion>6.0.0</EFCorePackageVersion>
23+
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
2424
</PropertyGroup>
2525

2626
<PropertyGroup Condition=" '$(Configuration)' == 'DebugV2' Or '$(Configuration)' == 'ReleaseV2' ">

0 commit comments

Comments
 (0)