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 106982b commit 0db9b5eCopy full SHA for 0db9b5e
src/EntityFrameworkCore/BitzArt.XDoc.EntityFrameworkCore/BitzArt.XDoc.EntityFrameworkCore.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
@@ -25,7 +25,7 @@
25
26
<ItemGroup>
27
<PackageReference Include="JetBrains.Annotations" Version="2024.3.0" PrivateAssets="All"/>
28
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.3" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.4" />
29
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.3" />
30
</ItemGroup>
31
0 commit comments