Skip to content

Commit

Permalink
Merge pull request #1570 from DuendeSoftware/joe/6.3.x-dependencies
Browse files Browse the repository at this point in the history
Update ASP.NET core depedencies
  • Loading branch information
josephdecock committed Jun 4, 2024
2 parents 8f9163a + bac9768 commit 99c1f08
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 99c1f08

Please sign in to comment.