Skip to content

Commit e66cf15

Browse files
committed
Remove custom BaseIntermediateOutputPath
Now that the signed projects have unique assembly names, we can have the same "obj" folder again. This removes a custom setup that is not necessary and caused problems with .NET Core SDK 2.x.
1 parent cc6f439 commit e66cf15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<RootNamespace>UnitsNet.Serialization.JsonNet</RootNamespace>
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>
26-
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
2726
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
2827
<NoWarn>CS0618</NoWarn>
2928
</PropertyGroup>

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-
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1918
<OutputPath>..\Artifacts\$(MSBuildProjectName)</OutputPath>
2019
</PropertyGroup>
2120

0 commit comments

Comments
 (0)