classic compilation
All checks were successful
Build and Test / build-image (push) Successful in 15s
All checks were successful
Build and Test / build-image (push) Successful in 15s
This commit is contained in:
11
pipelines-experiment.csproj
Normal file
11
pipelines-experiment.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<RootNamespace>pipelines_experiment</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user