We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf8936c commit b40789dCopy full SHA for b40789d
src/Certify.CLI/Certify.CLI.csproj
@@ -1,11 +1,15 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks>net9.0;</TargetFrameworks>
4
<Configurations>Debug;Release;</Configurations>
5
<AssemblyName>Certify</AssemblyName>
6
<OutputType>Exe</OutputType>
7
<Platforms>AnyCPU</Platforms>
8
<LangVersion>latest</LangVersion>
9
+ <PublishSingleFile>true</PublishSingleFile>
10
+ <PublishTrimmed>true</PublishTrimmed>
11
+ <SelfContained>true</SelfContained>
12
+
13
</PropertyGroup>
14
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug' ">
15
0 commit comments