- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Library</OutputType>
- <TargetFramework>net7.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Vinno.vCloud.FIS.CrossPlatform.Common\Vinno.vCloud.FIS.CrossPlatform.Common.csproj" />
- </ItemGroup>
- </Project>
|