Skip to content

Commit

Permalink
Fixed nuget target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
vivet committed Dec 10, 2024
1 parent 447ff6d commit 41c79b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanoCore.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Updated all NuGets (missing Entity Framework NuGets... Waiting for dependencies)
</releaseNotes>
<dependencies>
<group targetFramework="net8.0">
<group targetFramework="net9.0">
<dependency id="Azure.Storage.Files.Shares" version="12.21.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.2.2" />
<dependency id="Microsoft.Extensions.Identity.Stores" version="9.0.0" />
Expand Down

0 comments on commit 41c79b2

Please sign in to comment.