CodeLiturgy.Dashboard/BlueWest/BlueWest.csproj

15 lines
375 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>
2022-09-10 07:28:41 +03:00
<ItemGroup>
<Content Include="obj\rider.project.restore.info" />
</ItemGroup>
2021-12-06 02:49:27 +03:00
</Project>