MeowStash/MeowStash.csproj

10 lines
219 B
XML
Raw Permalink Normal View History

2023-01-03 23:39:51 +01:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>