We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f3474 commit 887872bCopy full SHA for 887872b
Directory.Build.props
@@ -1,6 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
- <VersionPrefix>10.0.0</VersionPrefix>
+ <VersionPrefix>10.0.0-preview.1</VersionPrefix>
4
<TargetFramework>net10.0</TargetFramework>
5
<LangVersion>latest</LangVersion>
6
<Nullable>enable</Nullable>
Directory.Packages.props
@@ -1,7 +1,7 @@
- <EFCoreVersion>10.0.0-preview.1.25077.1</EFCoreVersion>
- <MicrosoftExtensionsVersion>10.0.0-alpha.1.25073.13</MicrosoftExtensionsVersion>
+ <EFCoreVersion>10.0.0-preview.1.25081.1</EFCoreVersion>
+ <MicrosoftExtensionsVersion>10.0.0-preview.1.25080.5</MicrosoftExtensionsVersion>
<NpgsqlVersion>9.0.2</NpgsqlVersion>
</PropertyGroup>
7
0 commit comments