2021-11-19 00:12:02 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
2022-02-24 19:11:28 -05:00
|
|
|
<RootNamespace>FruityFoundation.Base</RootNamespace>
|
2021-11-19 00:12:02 -05:00
|
|
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
2022-02-24 19:11:28 -05:00
|
|
|
<PackageId>FruityFoundation.Base</PackageId>
|
2021-11-19 00:12:02 -05:00
|
|
|
<Authors>Kyle Ratti</Authors>
|
|
|
|
<Company />
|
2022-02-24 19:11:28 -05:00
|
|
|
<Product>FruityFoundation.Base</Product>
|
|
|
|
<RepositoryUrl>https://github.com/kyleratti/FruityFoundation</RepositoryUrl>
|
2022-09-23 21:07:42 -04:00
|
|
|
<PackageVersion>1.1.1</PackageVersion>
|
2021-11-19 00:12:02 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|