oliverbooth.dev/OliverBooth/OliverBooth.csproj

15 lines
407 B
XML
Raw Normal View History

2023-05-26 18:05:44 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
2023-08-12 19:30:10 +00:00
<ProjectReference Include="..\OliverBooth.Common\OliverBooth.Common.csproj"/>
</ItemGroup>
2023-05-26 18:05:44 +00:00
</Project>