Skip to content

Commit 7ddcbc7

Browse files
committed
Re-tweak build paths; remove from csproj. Use TargetFrameworks even for single targets as it plays well with CustomSuffix. Global LangVersion=latest.
1 parent 77a2a89 commit 7ddcbc7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

RT.CommandLine/RT.CommandLine.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>netstandard2.0</TargetFramework>
5-
<OutputPath>..\Builds\$(Configuration)-$(TargetFramework)$(RuntimeIdentifier)\</OutputPath>
6-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)\$(Configuration)-$(TargetFramework)$(RuntimeIdentifier)\</IntermediateOutputPath>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
75
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
86

97
<Version>1.0.0.9999</Version>

Tests/RT.CommandLine.Tests/RT.CommandLine.Tests.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net7.0</TargetFramework>
5-
<OutputPath>..\..\Builds\$(Configuration)-$(TargetFramework)$(RuntimeIdentifier)\</OutputPath>
6-
<IntermediateOutputPath>$(BaseIntermediateOutputPath)\$(Configuration)-$(TargetFramework)$(RuntimeIdentifier)\</IntermediateOutputPath>
4+
<TargetFrameworks>net7.0</TargetFrameworks>
75

86
<IsPackable>false</IsPackable>
97
</PropertyGroup>

0 commit comments

Comments
 (0)