Skip to content

Commit e5975dd

Browse files
committed
Upgrade to .net 10
1 parent 2c32e7d commit e5975dd

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

ApprovalTestTool/ApprovalTestTool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net8.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<Nullable>enable</Nullable>
88
</PropertyGroup>

CSharpCodeAnalyst.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.10.34928.147
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.0.11205.157 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CSharpCodeAnalyst", "CSharpCodeAnalyst\CSharpCodeAnalyst.csproj", "{E445DF38-70F2-4972-9567-6591E1E3C833}"
77
ProjectSection(ProjectDependencies) = postProject

CSharpCodeAnalyst/CSharpCodeAnalyst.csproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>WinExe</OutputType>
5-
<TargetFramework>net8.0-windows</TargetFramework>
5+
<TargetFramework>net10.0-windows7.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
<ImplicitUsings>enable</ImplicitUsings>
88
<UseWPF>true</UseWPF>
@@ -141,10 +141,10 @@
141141

142142

143143
<ItemGroup>
144-
<PackageReference Include="gong-wpf-dragdrop" Version="4.0.0"/>
145-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0-rc.2.25502.107"/>
146-
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0-rc.2.25502.107"/>
147-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.10" />
144+
<PackageReference Include="gong-wpf-dragdrop" Version="4.0.0" />
145+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
146+
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="10.0.0" />
147+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
148148
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.135" />
149149
</ItemGroup>
150150

CodeParser/CodeParser.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
@@ -12,11 +12,11 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0"/>
16-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0"/>
17-
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0"/>
18-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0"/>
19-
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0"/>
15+
<PackageReference Include="Microsoft.CodeAnalysis.Common" Version="4.14.0" />
16+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.14.0" />
17+
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="4.14.0" />
18+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" Version="4.14.0" />
19+
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.MSBuild" Version="4.14.0" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
1 KB
Binary file not shown.
30 KB
Binary file not shown.
0 Bytes
Binary file not shown.
2 KB
Binary file not shown.

TestSuite/ModuleLevel2/ModuleLevel2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>

Tests/Tests.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net8.0-windows</TargetFramework>
4+
<TargetFramework>net10.0-windows</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
77

@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
1515
<PackageReference Include="NUnit" Version="4.4.0" />
1616
<PackageReference Include="NUnit.Analyzers" Version="4.11.2">
1717
<PrivateAssets>all</PrivateAssets>
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39-
<Using Include="NUnit.Framework"/>
39+
<Using Include="NUnit.Framework" />
4040
</ItemGroup>
4141

4242
</Project>

0 commit comments

Comments
 (0)