|
|
|
@ -59,7 +59,7 @@
|
|
|
|
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Test projects need bindingRedirects -->
|
|
|
|
|
<PropertyGroup Condition="'$(LidarrOutputType)'=='Test'">
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
@ -72,7 +72,7 @@
|
|
|
|
|
<Product>Lidarr</Product>
|
|
|
|
|
<Company>lidarr.audio</Company>
|
|
|
|
|
<Copyright>Copyright 2017-$([System.DateTime]::Now.ToString('yyyy')) lidarr.audio (GNU General Public v3)</Copyright>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Should be replaced by CI -->
|
|
|
|
|
<AssemblyVersion>10.0.0.*</AssemblyVersion>
|
|
|
|
|
<AssemblyConfiguration>$(Configuration)-dev</AssemblyConfiguration>
|
|
|
|
@ -81,7 +81,7 @@
|
|
|
|
|
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
|
|
|
|
|
<GenerateAssemblyInformationalVersionAttribute>false</GenerateAssemblyInformationalVersionAttribute>
|
|
|
|
|
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Deterministic Condition="$(AssemblyVersion.EndsWith('*'))">False</Deterministic>
|
|
|
|
|
|
|
|
|
|
<PathMap>$(MSBuildProjectDirectory)=./$(MSBuildProjectName)/</PathMap>
|
|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Standard testing packages -->
|
|
|
|
|
<ItemGroup Condition="'$(TestProject)'=='true'">
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
|
|
|
|
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
|
|
|
|
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
|
|
|
|
<PackageReference Include="NUnit3TestAdapter" Version="4.2.1" />
|
|
|
|
|
<PackageReference Include="NunitXml.TestLogger" Version="3.0.131" />
|
|
|
|
|