Skip to content

Commit 992548f

Browse files
committed
Remove OutputPath per project
Set by /Directory.Build.props instead
1 parent e222e13 commit 992548f

File tree

5 files changed

+1
-6
lines changed

5 files changed

+1
-6
lines changed

UnitsNet.Serialization.JsonNet.CompatibilityTests/UnitsNet.Serialization.JsonNet.CompatibilityTests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp1.1</TargetFrameworks>
55
<RootNamespace>UnitsNet.Serialization.JsonNet.CompatibilityTests</RootNamespace>
6-
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
76
</PropertyGroup>
87

98
<ItemGroup>

UnitsNet.Serialization.JsonNet.Tests/UnitsNet.Serialization.JsonNet.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<TargetFrameworks>netcoreapp1.1</TargetFrameworks>
55
<RootNamespace>UnitsNet.Serialization.JsonNet.Tests</RootNamespace>
6-
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
76
</PropertyGroup>
87

98
<ItemGroup>
@@ -23,4 +22,4 @@
2322
<ProjectReference Include="..\UnitsNet.Serialization.JsonNet\UnitsNet.Serialization.JsonNet.csproj" />
2423
</ItemGroup>
2524

26-
</Project>
25+
</Project>

UnitsNet.Serialization.JsonNet/UnitsNet.Serialization.JsonNet.Common.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
<!-- Workaround for building with dotnet CLI and targeting .NET 3.5: https://github.com/Microsoft/msbuild/issues/1333#issuecomment-296346352 -->
2525
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
2626
<NoWarn>CS1701;CS1702;CS1705;CS0618</NoWarn>
27-
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
2827
</PropertyGroup>
2928

3029
<!-- NuGet references that work for both signed and unsigned -->

UnitsNet.Tests/UnitsNet.Tests.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<TargetFrameworks>netcoreapp1.1</TargetFrameworks>
55
<RootNamespace>UnitsNet.Tests</RootNamespace>
66
<NoWarn>CS1701;CS1702;CS1705;CS0618</NoWarn>
7-
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
87
</PropertyGroup>
98

109
<ItemGroup>

UnitsNet/UnitsNet.Common.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
<PackageLicenseUrl>https://github.com/angularsen/UnitsNet/blob/master/LICENSE</PackageLicenseUrl>
1616
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1717
<PackageTags>unit units quantity quantities measurement si metric imperial abbreviation abbreviations convert conversion parse immutable</PackageTags>
18-
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
1918
</PropertyGroup>
2019

2120
<!-- Assembly and msbuild properties -->

0 commit comments

Comments
 (0)