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 57c1518 commit a71f477Copy full SHA for a71f477
code/Executable/Executable.csproj
@@ -1,10 +1,12 @@
1
<Project Sdk="Microsoft.NET.Sdk.Worker">
2
3
<PropertyGroup>
4
+ <AssemblyName>testing</AssemblyName>
5
<TargetFramework>net9.0</TargetFramework>
6
<Nullable>enable</Nullable>
7
<ImplicitUsings>enable</ImplicitUsings>
8
<UserSecretsId>dotnet-Executable-0879fc7d-c23a-4eb4-9e1c-bf51bebcc8dc</UserSecretsId>
9
+ <Version Condition="'$(Version)' == ''">0.0.1</Version>
10
</PropertyGroup>
11
12
<ItemGroup>
0 commit comments