Files
MartianRobots/MartianRobots.Web/Shared/MartianRobots.Web.Shared.csproj
T
2022-09-13 02:43:55 +03:00

13 lines
279 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
</Project>