2022-11-03 22:57:51 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-12-29 21:06:14 -08:00
|
|
|
|
<TargetFrameworks>net48;net6.0</TargetFrameworks>
|
|
|
|
|
|
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
|
2022-11-03 22:57:51 -07:00
|
|
|
|
<Title>BurnOutSharp.Models</Title>
|
|
|
|
|
|
<AssemblyName>BurnOutSharp.Models</AssemblyName>
|
2022-12-08 22:53:07 -08:00
|
|
|
|
<Authors>Matt Nadareski</Authors>
|
2022-11-03 22:57:51 -07:00
|
|
|
|
<Product>BurnOutSharp</Product>
|
2022-12-08 22:53:07 -08:00
|
|
|
|
<Copyright>Copyright (c)2022 Matt Nadareski</Copyright>
|
2022-11-03 22:57:51 -07:00
|
|
|
|
<RepositoryUrl>https://github.com/mnadareski/BurnOutSharp</RepositoryUrl>
|
2023-01-06 13:04:52 -08:00
|
|
|
|
<Version>2.6</Version>
|
|
|
|
|
|
<AssemblyVersion>2.6</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>2.6</FileVersion>
|
2022-11-03 22:57:51 -07:00
|
|
|
|
<IncludeSource>true</IncludeSource>
|
|
|
|
|
|
<IncludeSymbols>true</IncludeSymbols>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|