Skip to content

Commit f5bb3f5

Browse files
committed
Updated netcode standards to net8.0
1 parent 9b765b4 commit f5bb3f5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
3-
<PropertyGroup>
4-
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
6-
<PackAsTool>true</PackAsTool>
7-
<ToolCommandName>netcode.standards</ToolCommandName>
8-
<PackageOutputPath>./nupkg</PackageOutputPath>
9-
</PropertyGroup>
10-
11-
<ItemGroup>
12-
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
13-
</ItemGroup>
14-
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>net8.0</TargetFramework>
6+
<PackAsTool>true</PackAsTool>
7+
<ToolCommandName>netcode.standards</ToolCommandName>
8+
<PackageOutputPath>./nupkg</PackageOutputPath>
9+
</PropertyGroup>
10+
11+
<ItemGroup>
12+
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
13+
</ItemGroup>
14+
1515
</Project>

0 commit comments

Comments
 (0)