Y2S1-Web_Apps_and_Services/ThAmCo.Events/ThAmCo.Events.csproj

18 lines
509 B
XML
Raw Permalink Normal View History

2020-06-07 21:36:12 +00:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Models\ViewModels\Events\EventFindMenuModel.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.Net.Compilers" Version="2.10.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.1.1" />
</ItemGroup>
</Project>