Files
se-launcher/CringeBootstrap.Abstractions/CringeBootstrap.Abstractions.csproj
zznty f3b9f9534c
Some checks failed
Build / Build Launcher (push) Failing after 3m41s
fucking dotnet
2024-10-22 22:31:03 +07:00

12 lines
352 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>
</Project>