Skip to content

Commit

Permalink
Update ASP.NET core depedencies
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jun 4, 2024
1 parent 8f9163a commit bac9768
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net6.0'">
<FrameworkVersion>6.0.0</FrameworkVersion>
<FrameworkVersion>6.0.26</FrameworkVersion>
<ExtensionsVersion>6.0.0</ExtensionsVersion>
<EntityFrameworkVersion>6.0.0</EntityFrameworkVersion>
<WilsonVersion>6.35.0</WilsonVersion>
</PropertyGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == 'net7.0'">
<FrameworkVersion>7.0.0</FrameworkVersion>
<FrameworkVersion>7.0.15</FrameworkVersion>
<ExtensionsVersion>7.0.0</ExtensionsVersion>
<EntityFrameworkVersion>7.0.0</EntityFrameworkVersion>
<WilsonVersion>6.35.0</WilsonVersion>
Expand Down

0 comments on commit bac9768

Please sign in to comment.