AacpsBusAlert/BinaryDad.AacpsBusAlert.Web/BinaryDad.AacpsBusAlert.Web.csproj

23 lines
663 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk.Web">
2022-09-15 11:08:53 +00:00
<PropertyGroup>
2022-11-28 14:52:22 +00:00
<TargetFramework>net7.0</TargetFramework>
2022-09-15 11:08:53 +00:00
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
2022-09-19 15:30:16 +00:00
<ItemGroup>
<_WebToolingArtifacts Remove="Properties\PublishProfiles\Release.pubxml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="BinaryDad.Extensions" Version="21.4.20.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryDad.AacpsBusAlert.Services\BinaryDad.AacpsBusAlert.Services.csproj" />
<ProjectReference Include="..\BinaryDad.AacpsBusAlert\BinaryDad.AacpsBusAlert.csproj" />
</ItemGroup>
2022-09-15 11:08:53 +00:00
</Project>