Skip to content

Commit

Permalink
Update Directory.Build.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege authored Nov 14, 2023
1 parent c602a01 commit 4ccb51a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
</PropertyGroup>-->

<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
<FrameworkVersion>8.0.0-rc.2.23480.2</FrameworkVersion>
<ExtensionsVersion>8.0.0-rc.2.23479.6</ExtensionsVersion>
<EntityFrameworkVersion>8.0.0-rc.2.23480.1</EntityFrameworkVersion>
<WilsonVersion>7.0.0</WilsonVersion>
<FrameworkVersion>8.0.0</FrameworkVersion>
<ExtensionsVersion>8.0.0</ExtensionsVersion>
<EntityFrameworkVersion>8.0.0</EntityFrameworkVersion>
<WilsonVersion>7.0.3</WilsonVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4ccb51a

Please sign in to comment.