Skip to content

Commit b5800c6

Browse files
committed
Update to .NET 8
1 parent 8d3eb85 commit b5800c6

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"profiles": {
33
"UnityXRefMap": {
4-
"commandName": "Project",
5-
"commandLineArgs": "2019.3"
4+
"commandName": "Project"
65
}
76
}
87
}

UnityXRefMap/UnityXRefMap.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp3.1</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="LibGit2Sharp" Version="0.26.2" />
10-
<PackageReference Include="YamlDotNet" Version="8.1.2" />
9+
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
10+
<PackageReference Include="YamlDotNet" Version="16.2.1" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)