File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 3
3
<!-- Specify the solutions to build. Add all new solutions/projects here as necessary or the main build won't build them! -->
4
4
<ItemGroup >
5
5
<ProjectToBuild Include =" $(MSBuildThisFileDirectory)..\Microsoft.AspNetCore.SystemWebAdapters.slnf" />
6
+ <ProjectToBuild Condition =" $([MSBuild]::IsOSPlatform('Windows'))" Include =" $(MSBuildThisFileDirectory)..\Microsoft.AspNetCore.SystemWebAdapters.sln" />
6
7
</ItemGroup >
7
8
</Project >
Original file line number Diff line number Diff line change 18
18
}
19
19
},
20
20
"msbuild-sdks" : {
21
- "MSBuild.SDK.SystemWeb" : " 4.0.88 " ,
21
+ "MSBuild.SDK.SystemWeb" : " 4.0.93 " ,
22
22
"Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.24560.1"
23
23
}
24
24
}
Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
<ItemGroup >
8
8
<PackageVersion Include =" Antlr" Version =" 3.5.0.2" />
9
- <PackageVersion Include =" AspNet.ScriptManager.bootstrap" Version =" 3.4.1 " />
10
- <PackageVersion Include =" AspNet.ScriptManager.jQuery" Version =" 3.7.1 " />
9
+ <PackageVersion Include =" AspNet.ScriptManager.bootstrap" Version =" 5.2.3 " />
10
+ <PackageVersion Include =" AspNet.ScriptManager.jQuery" Version =" 3.7.0 " />
11
11
<PackageVersion Include =" AspNet.ScriptManager.jQuery.UI.Combined" Version =" 1.13.2" />
12
- <PackageVersion Include =" bootstrap" Version =" 3.4.1 " />
13
- <PackageVersion Include =" jQuery" Version =" 3.7.1 " />
12
+ <PackageVersion Include =" bootstrap" Version =" 5.2.3 " />
13
+ <PackageVersion Include =" jQuery" Version =" 3.7.0 " />
14
14
<PackageVersion Include =" jQuery.Validation" Version =" 1.19.5" />
15
15
<PackageVersion Include =" Microsoft.AspNet.FriendlyUrls" Version =" 1.0.2" />
16
16
<PackageVersion Include =" Microsoft.AspNet.Identity.EntityFramework" Version =" 2.2.3" />
You can’t perform that action at this time.
0 commit comments