Files
git.stella-ops.org/devops/services/crypto/sim-crypto-smoke/SimCryptoSmoke.csproj
2025-12-26 18:11:06 +02:00

11 lines
325 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<AssetTargetFallback></AssetTargetFallback>
</PropertyGroup>
</Project>