Skip to content

Commit

Permalink
Simplify top level property declarations in csproj files, now that th…
Browse files Browse the repository at this point in the history
…ere is no remaining conditional logic forcing separate property groups.
  • Loading branch information
plioi committed Apr 27, 2020
1 parent 9fd3837 commit c725d50
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/Fixie.TestAdapter/Fixie.TestAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
</PropertyGroup>

<PropertyGroup>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down
3 changes: 0 additions & 3 deletions src/Fixie.Tests/Fixie.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Optimize>false</Optimize>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<PropertyGroup>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down
3 changes: 0 additions & 3 deletions src/Fixie/Fixie.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<TargetFrameworks>netcoreapp3.1</TargetFrameworks>
<Description>A convention-based test framework.</Description>
<NuspecFile>Fixie.nuspec</NuspecFile>
</PropertyGroup>

<PropertyGroup>
<DebugType>embedded</DebugType>
</PropertyGroup>

Expand Down

0 comments on commit c725d50

Please sign in to comment.