Skip to content

Commit 6cbc67f

Browse files
committed
update net6
1 parent 63a01f1 commit 6cbc67f

File tree

5 files changed

+5
-20
lines changed

5 files changed

+5
-20
lines changed

.vsconfig

+1-16
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,20 @@
33
"components": [
44
"Microsoft.VisualStudio.Component.CoreEditor",
55
"Microsoft.VisualStudio.Workload.CoreEditor",
6-
"Microsoft.NetCore.Component.Runtime.5.0",
7-
"Microsoft.NetCore.Component.Runtime.3.1",
86
"Microsoft.NetCore.Component.SDK",
97
"Microsoft.VisualStudio.Component.NuGet",
10-
"Microsoft.Net.Component.4.6.1.TargetingPack",
118
"Microsoft.VisualStudio.Component.Roslyn.Compiler",
129
"Microsoft.VisualStudio.Component.Roslyn.LanguageServices",
13-
"Microsoft.VisualStudio.Component.FSharp",
14-
"Microsoft.ComponentGroup.ClickOnce.Publish",
15-
"Microsoft.NetCore.Component.DevelopmentTools",
16-
"Microsoft.Net.Component.4.8.SDK",
1710
"Microsoft.Net.Component.4.7.2.TargetingPack",
1811
"Microsoft.Net.ComponentGroup.DevelopmentPrerequisites",
1912
"Microsoft.Component.MSBuild",
2013
"Microsoft.VisualStudio.Component.Debugger.JustInTime",
2114
"Microsoft.VisualStudio.Component.IntelliCode",
22-
"Microsoft.Net.ComponentGroup.4.6.1.DeveloperTools",
23-
"Microsoft.Net.Component.4.8.TargetingPack",
24-
"Microsoft.Net.ComponentGroup.4.8.DeveloperTools",
2515
"Component.OpenJDK",
2616
"Microsoft.VisualStudio.Component.MonoDebugger",
2717
"Microsoft.VisualStudio.Component.Merq",
2818
"Component.Xamarin.RemotedSimulator",
29-
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine",
30-
"Component.Xamarin",
31-
"Component.Android.SDK30",
32-
"Microsoft.VisualStudio.Workload.NetCrossPlat",
33-
"Component.HAXM.Private",
3419
"Microsoft.VisualStudio.Component.NuGet.BuildTools",
3520
"Microsoft.Component.CodeAnalysis.SDK"
3621
]
37-
}
22+
}

E2E/E2E.Tests/E2E.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<MobileBuildToolsDebug>true</MobileBuildToolsDebug>
77
</PropertyGroup>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "5.0.301",
3+
"version": "6.0.300",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
},

tests/Mobile.BuildTools.Configuration.Tests/Mobile.BuildTools.Configuration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net5.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>
77

tools/Mobile.BuildTools.SchemaGenerator/Mobile.BuildTools.SchemaGenerator.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)