1234567891011121314151617181920212223242526272829303132 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.0</TargetFramework>
- <Version>2.1.1.602</Version>
- </PropertyGroup>
- <PropertyGroup>
- <Authors>Lith</Authors>
- <PackageProjectUrl>https://github.com/serset/Sers/tree/2.1.1/release</PackageProjectUrl>
- <Description>Send email to serset@yeah.net if you have any questions.</Description>
- </PropertyGroup>
- <PropertyGroup>
- <DocumentationFile>bin\Debug\netstandard2.0\Sers.Serslot.xml</DocumentationFile>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.1.0" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Library\Sers\Sers.ServiceStation\Sers.ServiceStation\Sers.ServiceStation.csproj" />
- </ItemGroup>
-
- </Project>
|