Lectureplan/UWLecturePlan/UWLecturePlan.csproj
Robin Weichselbraun 55989e19e5 Ready for 1 release
2024-10-20 15:45:16 +02:00

21 lines
667 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.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UWLib\UWLib.csproj" />
</ItemGroup>
</Project>