Skip to content

Commit e34869f

Browse files
committed
Added package info
1 parent 0a0b39b commit e34869f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

FakeMessageGen/FakeMessageGen.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,13 @@
1919
</None>
2020
</ItemGroup>
2121

22+
<PropertyGroup>
23+
<OutputType>Exe</OutputType>
24+
<TargetFramework>net9.0</TargetFramework>
25+
<PackageId>NBraceIT.FakeMessageGen</PackageId>
26+
<ToolCommandName>fakemessagegen</ToolCommandName>
27+
<PackageVersion>1.0.0</PackageVersion>
28+
<PackageOutputPath>./nupkg</PackageOutputPath>
29+
<PackAsTool>true</PackAsTool>
30+
</PropertyGroup>
2231
</Project>

0 commit comments

Comments
 (0)