mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
22 lines
907 B
XML
22 lines
907 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
|||
|
|
<Version>3.0.99.8</Version>
|
|||
|
|
<Company>Canary Islands Computer Museum</Company>
|
|||
|
|
<Copyright>Copyright © 2003-2018 Natalia Portillo</Copyright>
|
|||
|
|
<Product>Canary Islands Computer Museum Website</Product>
|
|||
|
|
<ApplicationVersion>$(Version)</ApplicationVersion>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
|
|||
|
|
<PackageReference Include="Microsoft.NETCore.App" Version="2.0.6" />
|
|||
|
|
<PackageReference Include="MSBump" Version="2.3.2" PrivateAssets="All" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Folder Include="wwwroot\lib" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
</Project>
|