Bump dependencies to 7.0.100 RTM

This commit is contained in:
Shay Rojansky
2022-11-09 09:31:13 +02:00
parent a4ed33de2d
commit 8f465777b0
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<EFCoreVersion>7.0.0-rc.2.22472.11</EFCoreVersion> <EFCoreVersion>7.0.0</EFCoreVersion>
<MicrosoftExtensionsVersion>7.0.0-rc.2.22472.3</MicrosoftExtensionsVersion> <MicrosoftExtensionsVersion>7.0.0</MicrosoftExtensionsVersion>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "7.0.100-rc.2.22477.23", "version": "7.0.100",
"rollForward": "latestMajor", "rollForward": "latestMajor",
"allowPrerelease": true "allowPrerelease": true
} }