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 83f2cc3 commit 352306aCopy full SHA for 352306a
.gitignore
@@ -15,4 +15,4 @@ artifacts/
15
# Roslyn cache directories
16
*.ide/
17
TestResult.xml
18
-
+.dotnet
Directory.Packages.props
@@ -1,7 +1,7 @@
1
<Project>
2
<PropertyGroup>
3
- <EFCoreVersion>10.0.0-alpha.1.25074.3</EFCoreVersion>
4
- <MicrosoftExtensionsVersion>10.0.0-alpha.1.25068.1</MicrosoftExtensionsVersion>
+ <EFCoreVersion>10.0.0-preview.1.25077.1</EFCoreVersion>
+ <MicrosoftExtensionsVersion>10.0.0-alpha.1.25073.13</MicrosoftExtensionsVersion>
5
<NpgsqlVersion>9.0.2</NpgsqlVersion>
6
</PropertyGroup>
7
0 commit comments