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 c2660c1 commit ad9db22Copy full SHA for ad9db22
Directory.Packages.props
@@ -1,9 +1,9 @@
1
<Project>
2
<PropertyGroup>
3
- <MSExtVersion Condition="'$(TargetFramework)' == 'net9.0'">9.0.2</MSExtVersion>
4
- <MSExtVersion Condition="'$(TargetFramework)' == 'net10.0'">9.0.2</MSExtVersion>
+ <MSExtVersion Condition="'$(TargetFramework)' == 'net9.0'">9.0.4</MSExtVersion>
+ <MSExtVersion Condition="'$(TargetFramework)' == 'net10.0'">9.0.4</MSExtVersion>
5
<MSExtVersion2>$(MSExtVersion)</MSExtVersion2>
6
- <MSExtVersion2 Condition="'$(TargetFramework)' == 'net10.0'">9.0.2</MSExtVersion2>
+ <MSExtVersion2 Condition="'$(TargetFramework)' == 'net10.0'">9.0.4</MSExtVersion2>
7
</PropertyGroup>
8
<ItemGroup Label="Nupkg Versions">
9
<PackageVersion Include="System.CodeDom" Version="$(MSExtVersion)"/>
0 commit comments