mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
- Move `Tgstation.Server.Host.Common.Constants` to `Tgstation.Server.Common`. - Use `Tgstation.Server.Common.Constants.CanonicalPackageName` in strings everywhere where it makes sense. - Add `SrcCommon.props` to dedupe more .csproj properties. - Rename `TgsNugetNetVersion` to `TgsNugetNetFramework` and move to `Version.props`. - Change Nugets packages' author to just `Jordan Dominion`. - Fix name of wix extensions namespace. - Update Octokit to `7.0.0`. - Add missing documentation comment for `PackageReference`.
10 lines
300 B
XML
10 lines
300 B
XML
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="Version.props" />
|
|
|
|
<PropertyGroup>
|
|
<TgsFrameworkVersion>net$(TgsNetMajorVersion).0</TgsFrameworkVersion>
|
|
<LangVersion>latest</LangVersion>
|
|
<DebugType>Full</DebugType>
|
|
</PropertyGroup>
|
|
</Project>
|