Skip to content

Commit

Permalink
Add TargetFrameworks to Tomlyn.Signed.csproj (having it in .props cau…
Browse files Browse the repository at this point in the history
…sed issues)
  • Loading branch information
lilith committed Feb 1, 2024
1 parent ed51a53 commit 8b13d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tomlyn.Signed/Tomlyn.Signed.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<PackageId>Tomlyn.Signed</PackageId>
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
<TargetFrameworks>netstandard2.0;net6.0;net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Tomlyn\**\*.cs" Exclude="..\Tomlyn\obj\**;..\Tomlyn\bin\**">
Expand Down

0 comments on commit 8b13d0d

Please sign in to comment.