Skip to content

Commit

Permalink
Update signing project
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink committed Mar 30, 2022
1 parent 2a9dd88 commit 77e9892
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 63 deletions.
4 changes: 2 additions & 2 deletions src/package/sign/sign.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net451</TargetFramework>
<TargetFramework>net472</TargetFramework>
<AssemblyName>sign</AssemblyName>
<RuntimeIdentifiers>win7-x64</RuntimeIdentifiers>
</PropertyGroup>
Expand All @@ -11,7 +11,7 @@
</PackageReference>
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'net451' ">
<ItemGroup Condition=" '$(TargetFramework)' == 'net472' ">
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
Expand Down
Loading

0 comments on commit 77e9892

Please sign in to comment.