Skip to content

Commit a0f1fa8

Browse files
authored
Update to .NET 10.0, C# 14.0, and current NuGet packages (#174)
1 parent d3158fe commit a0f1fa8

File tree

5 files changed

+4
-44
lines changed

5 files changed

+4
-44
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReadmeFile>README.md</PackageReadmeFile>
1717
</PropertyGroup>
1818
<PropertyGroup>
19-
<LangVersion>12.0</LangVersion>
19+
<LangVersion>14.0</LangVersion>
2020
<ImplicitUsings>true</ImplicitUsings>
2121
<Nullable>enable</Nullable>
2222
</PropertyGroup>

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<CentralPackageTransitivePinningEnabled>false</CentralPackageTransitivePinningEnabled>
55
</PropertyGroup>
66
<ItemGroup>
7-
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.100" />
7+
<PackageVersion Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="10.0.101" />
88
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
99
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
1010
<PackageVersion Include="Moq" Version="4.20.72" />

IntelliTect.Multitool.Tests/IntelliTect.Multitool.Tests.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
<Import Project="../IntelliTect.Multitool/Build/IntelliTect.Multitool.targets" />
33
<PropertyGroup>
4-
<TargetFrameworks>net9.0</TargetFrameworks>
4+
<TargetFrameworks>net10.0</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

IntelliTect.Multitool.sln

Lines changed: 0 additions & 40 deletions
This file was deleted.

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.100",
3+
"version": "10.0.101",
44
"rollForward": "minor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)