We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b39b commit e34869fCopy full SHA for e34869f
1 file changed
FakeMessageGen/FakeMessageGen.csproj
@@ -19,4 +19,13 @@
19
</None>
20
</ItemGroup>
21
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>
31
</Project>
0 commit comments