15 lines
403 B
XML
15 lines
403 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
|
|
<Title>Salmon.Core</Title>
|
|
<PackageId>Salmon</PackageId>
|
|
<Version>0.1.0</Version>
|
|
<Description>Common parts of Salmon</Description>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|