Vinno.IUS.Common.Server.csproj 401 B

12345678910111213
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <AssemblyName>Vinno.IUS.Common.Server</AssemblyName>
  5. <RootNamespace>Vinno.IUS.Common.Server</RootNamespace>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj" />
  9. </ItemGroup>
  10. </Project>