CodeLiturgy.Dashboard/BlueWest/BlueWest.csproj

11 lines
282 B
XML
Raw Normal View History

2021-12-06 02:49:27 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-12-26 20:43:27 +03:00
<TargetFramework>net6.0</TargetFramework>
2021-12-06 02:49:27 +03:00
<Nullable>enable</Nullable>
<ImplicitUsings>disable</ImplicitUsings>
<RootNamespace>PerformanceSolution</RootNamespace>
</PropertyGroup>
</Project>