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

10 lines
296 B
XML

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