Lectureplan/UWLecturePlan/UWLecturePlan.csproj
Robin Weichselbraun 824df98750 Add project files.
2024-10-12 14:04:23 +02:00

20 lines
565 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>e2d409c6-bca2-4155-a6fc-531196d785a6</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UWLib\UWLib.csproj" />
</ItemGroup>
</Project>