pwt-0x01/pwt-0x01.csproj
surtur f8bb1d5fcc
refactor + add stuff
* solution-wide renames
* added carousel pic (ms luvz linux)
* created carousel helper
* updated project build configurations
2020-09-24 13:45:15 +02:00

19 lines
598 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>pwt-0x01</AssemblyName>
<PackageId>pwt-0x01</PackageId>
<Authors>pwt-0x01</Authors>
<Company>pwt-0x01</Company>
<Product>pwt-0x01</Product>
<RootNamespace>pwt-0x01</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.1.2" PrivateAssets="All" />
</ItemGroup>
</Project>