Skip to content

Commit a71f477

Browse files
committed
fixed csproj
1 parent 57c1518 commit a71f477

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

code/Executable/Executable.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk.Worker">
22

33
<PropertyGroup>
4+
<AssemblyName>testing</AssemblyName>
45
<TargetFramework>net9.0</TargetFramework>
56
<Nullable>enable</Nullable>
67
<ImplicitUsings>enable</ImplicitUsings>
78
<UserSecretsId>dotnet-Executable-0879fc7d-c23a-4eb4-9e1c-bf51bebcc8dc</UserSecretsId>
9+
<Version Condition="'$(Version)' == ''">0.0.1</Version>
810
</PropertyGroup>
911

1012
<ItemGroup>

0 commit comments

Comments
 (0)