CodeLiturgy.Dashboard/CodeLiturgy/CodeLiturgy.csproj

15 lines
375 B
XML
Raw Permalink Normal View History

2021-12-06 02:49:27 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-11-13 17:38:31 +03:00
<TargetFramework>net7.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>