- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <AssemblyName>Vinno.IUS.Common.Media</AssemblyName>
- <RootNamespace>Vinno.IUS.Common.Media</RootNamespace>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.IUS.Common.Standard\Vinno.IUS.Common.csproj" />
- </ItemGroup>
- </Project>
|