Skip to content

Commit

Permalink
redundant project settings (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored Mar 12, 2023
1 parent 5a2ade3 commit 6deeec3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<PropertyGroup>
<TargetFrameworks>net7.0;netcoreapp3.1;net48</TargetFrameworks>
<LangVersion>latest</LangVersion>
<AssemblyName>Serilog.Settings.Configuration.Tests</AssemblyName>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions test/TestDummies/TestDummies.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<AssemblyName>TestDummies</AssemblyName>
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6deeec3

Please sign in to comment.