File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
dotnet-tools/netcode.standards Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments