Skip to content

Commit f6c4b9c

Browse files
authored
Feature: Migrate to .NET 10 (#3229)
* Feature: Migrate to .NET 10 * Feature: net10.0 * CI: Use net 10 path * Update global.json * Update appveyor.yml * Docs: #3229
1 parent 5a65b69 commit f6c4b9c

File tree

16 files changed

+58
-40
lines changed

16 files changed

+58
-40
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{95EA884C-E498-4A47-A316-DC890BF7F0D2}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Controls</RootNamespace>
66
<AssemblyName>NETworkManager.Controls</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -15,4 +15,5 @@
1515
<ItemGroup>
1616
<Compile Include="..\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs"/>
1717
</ItemGroup>
18-
</Project>
18+
</Project>
19+

Source/NETworkManager.Converters/NETworkManager.Converters.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{BD4DDC21-7B64-41B2-BAC7-8173E0FE84BE}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Converters</RootNamespace>
77
<AssemblyName>NETworkManager.Converters</AssemblyName>
8-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
8+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
99
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
@@ -30,4 +30,5 @@
3030
<PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
3131
<PackageReference Include="MahApps.Metro" Version="2.4.11" />
3232
</ItemGroup>
33-
</Project>
33+
</Project>
34+

Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{95CE4AD5-14C0-4486-9C11-5D6A5EC48176}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Documentation</RootNamespace>
77
<AssemblyName>NETworkManager.Documentation</AssemblyName>
8-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
8+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
99
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
@@ -113,4 +113,5 @@
113113
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj"/>
114114
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj"/>
115115
</ItemGroup>
116-
</Project>
116+
</Project>
117+

Source/NETworkManager.Localization/NETworkManager.Localization.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{FF225C2E-AA67-4B10-939A-6C046CEF8697}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Localization</RootNamespace>
66
<AssemblyName>NETworkManager.Localization</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -86,4 +86,5 @@
8686
<LastGenOutput>Strings.Designer.cs</LastGenOutput>
8787
</EmbeddedResource>
8888
</ItemGroup>
89-
</Project>
89+
</Project>
90+

Source/NETworkManager.Models/NETworkManager.Models.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{8A2859DC-38B6-4E9D-A6B2-1828DC6641B3}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Models</RootNamespace>
66
<AssemblyName>NETworkManager.Models</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -61,4 +61,5 @@
6161
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
6262
</Content>
6363
</ItemGroup>
64-
</Project>
64+
</Project>
65+

Source/NETworkManager.Profiles/NETworkManager.Profiles.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{D3B37F13-E8E6-4218-9E8E-96D52432A9CF}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Profiles</RootNamespace>
66
<AssemblyName>NETworkManager.Profiles</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -27,4 +27,5 @@
2727
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj" />
2828
<ProjectReference Include="..\NETworkManager.Settings\NETworkManager.Settings.csproj" />
2929
</ItemGroup>
30-
</Project>
30+
</Project>
31+

Source/NETworkManager.Settings/NETworkManager.Settings.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{954E8703-3E6E-42BF-BD28-F0B19BE10E0C}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Settings</RootNamespace>
66
<AssemblyName>NETworkManager.Settings</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -59,4 +59,5 @@
5959
<ProjectReference Include="..\NETworkManager.Models\NETworkManager.Models.csproj" />
6060
<ProjectReference Include="..\NETworkManager.Utilities\NETworkManager.Utilities.csproj" />
6161
</ItemGroup>
62-
</Project>
62+
</Project>
63+

Source/NETworkManager.Update/NETworkManager.Update.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{008467AF-D83F-4B1E-8733-B65136F595F2}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<AppDesignerFolder>Properties</AppDesignerFolder>
66
<RootNamespace>NETworkManager.Update</RootNamespace>
77
<AssemblyName>NETworkManager.Update</AssemblyName>
8-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
8+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
99
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1010
<PlatformTarget>x64</PlatformTarget>
1111
<SelfContained>false</SelfContained>
@@ -20,4 +20,5 @@
2020
<PackageReference Include="log4net" Version="3.2.0" />
2121
<PackageReference Include="Octokit" Version="14.0.0" />
2222
</ItemGroup>
23-
</Project>
23+
</Project>
24+

Source/NETworkManager.Utilities.WPF/NETworkManager.Utilities.WPF.csproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<ProjectGuid>{93733008-7269-460D-8390-AB281C75DB91}</ProjectGuid>
44
<OutputType>Library</OutputType>
55
<RootNamespace>NETworkManager.Utilities.WPF</RootNamespace>
66
<AssemblyName>NETworkManager.Utilities.WPF</AssemblyName>
7-
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
7+
<TargetFramework>net10.0-windows10.0.22621.0</TargetFramework>
88
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
99
<PlatformTarget>x64</PlatformTarget>
1010
<SelfContained>false</SelfContained>
@@ -18,4 +18,5 @@
1818
<ItemGroup>
1919
<PackageReference Include="MahApps.Metro" Version="2.4.11" />
2020
</ItemGroup>
21-
</Project>
21+
</Project>
22+

0 commit comments

Comments
 (0)