File tree 3 files changed +9
-6
lines changed
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<!-- Specify the solutions to build. Add all new solutions/projects here as necessary or the main build won't build them! -->
4
- <ItemGroup >
4
+ <ItemGroup Condition =" $([MSBuild]::IsOSPlatform('Windows'))" >
5
+ <ProjectToBuild Include =" $(MSBuildThisFileDirectory)..\Microsoft.AspNetCore.SystemWebAdapters.sln" />
6
+ </ItemGroup >
7
+ <ItemGroup Condition =" !$([MSBuild]::IsOSPlatform('Windows'))" >
5
8
<ProjectToBuild Include =" $(MSBuildThisFileDirectory)..\Microsoft.AspNetCore.SystemWebAdapters.slnf" />
6
9
</ItemGroup >
7
10
</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