2023-08-11 11:15:34 -04:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2024-02-28 20:16:43 -05:00
|
|
|
|
<!-- Assembly Properties -->
|
|
|
|
|
|
<TargetFrameworks>net20;net35;net40;net452;net462;net472;net48;netcoreapp3.1;net5.0;net6.0;net7.0;net8.0</TargetFrameworks>
|
|
|
|
|
|
<RuntimeIdentifiers>win-x86;win-x64;win-arm64;linux-x64;linux-arm64;osx-x64</RuntimeIdentifiers>
|
|
|
|
|
|
<CheckEolTargetFramework>false</CheckEolTargetFramework>
|
|
|
|
|
|
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
|
<SuppressTfmSupportBuildWarnings>true</SuppressTfmSupportBuildWarnings>
|
|
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
|
|
<Version>1.1.2</Version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Package Properties -->
|
|
|
|
|
|
<Authors>Matt Nadareski</Authors>
|
|
|
|
|
|
<Copyright>Copyright (c)2016-2024 Matt Nadareski</Copyright>
|
|
|
|
|
|
<PackageProjectUrl>https://github.com/SabreTools/</PackageProjectUrl>
|
|
|
|
|
|
<RepositoryUrl>https://github.com/SabreTools/SabreTools</RepositoryUrl>
|
|
|
|
|
|
<RepositoryType>git</RepositoryType>
|
2023-08-11 11:15:34 -04:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2023-08-11 15:23:24 -04:00
|
|
|
|
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
|
2023-09-04 23:51:37 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-12 16:47:21 -04:00
|
|
|
|
<PackageReference Include="SabreTools.Models" Version="1.4.0" />
|
2023-08-11 11:15:34 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|