2021-11-19 00:12:02 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
2022-11-30 23:28:31 -05:00
|
|
|
<PropertyGroup>
|
2022-12-23 12:38:51 -05:00
|
|
|
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
|
|
|
|
<LangVersion>10</LangVersion>
|
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
2022-11-30 23:28:31 -05:00
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<RootNamespace>FruityFoundation.Base</RootNamespace>
|
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
|
|
|
<PackageId>FruityFoundation.Base</PackageId>
|
|
|
|
<Authors>Kyle Ratti</Authors>
|
|
|
|
<Company />
|
|
|
|
<Product>FruityFoundation.Base</Product>
|
|
|
|
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
2023-08-01 22:56:39 -04:00
|
|
|
<Version>1.3.0</Version>
|
2022-11-30 23:28:31 -05:00
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
2023-08-01 22:12:54 -04:00
|
|
|
<AssemblyName>FruityFoundation.Base</AssemblyName>
|
|
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
2022-11-30 23:28:31 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\LICENSE" Pack="true" PackagePath="" />
|
|
|
|
</ItemGroup>
|
2021-11-19 00:12:02 -05:00
|
|
|
</Project>
|