File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <MSExtVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.2 </MSExtVersion >
4
- <MSExtVersion Condition =" '$(TargetFramework)' == 'net10.0'" >9.0.2 </MSExtVersion >
3
+ <MSExtVersion Condition =" '$(TargetFramework)' == 'net9.0'" >9.0.4 </MSExtVersion >
4
+ <MSExtVersion Condition =" '$(TargetFramework)' == 'net10.0'" >9.0.4 </MSExtVersion >
5
5
<MSExtVersion2 >$(MSExtVersion)</MSExtVersion2 >
6
- <MSExtVersion2 Condition =" '$(TargetFramework)' == 'net10.0'" >9.0.2 </MSExtVersion2 >
6
+ <MSExtVersion2 Condition =" '$(TargetFramework)' == 'net10.0'" >9.0.4 </MSExtVersion2 >
7
7
</PropertyGroup >
8
8
<ItemGroup Label =" Nupkg Versions" >
9
9
<PackageVersion Include =" System.CodeDom" Version =" $(MSExtVersion)" />
20
20
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.2.0" />
21
21
<PackageVersion Include =" Microsoft.AspNetCore.Mvc.Core" Version =" 2.2.0" />
22
22
<PackageVersion Include =" Microsoft.AspNetCore.TestHost" Version =" $(MSExtVersion)" />
23
- <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.0.1 " />
23
+ <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 6.1.0 " />
24
24
<PackageVersion Include =" Microsoft.Extensions.DependencyInjection.Abstractions" Version =" $(MSExtVersion2)" />
25
25
<PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1" />
26
26
<PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"sdk" : {
3
3
"allowPrerelease" : true ,
4
- "version" : " 9.0.200 " ,
4
+ "version" : " 9.0.300 " ,
5
5
"rollForward" : " latestMajor"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments