We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d29e97 commit 679c3feCopy full SHA for 679c3fe
SvgFileType/SvgFileTypePlugin.csproj
@@ -9,7 +9,7 @@
9
<AppDesignerFolder>Properties</AppDesignerFolder>
10
<RootNamespace>SvgFileTypePlugin</RootNamespace>
11
<AssemblyName>SvgFileType</AssemblyName>
12
- <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
13
<FileAlignment>512</FileAlignment>
14
<TargetFrameworkProfile />
15
</PropertyGroup>
@@ -30,6 +30,9 @@
30
<ErrorReport>prompt</ErrorReport>
31
<WarningLevel>4</WarningLevel>
32
33
+ <PropertyGroup>
34
+ <SignAssembly>false</SignAssembly>
35
+ </PropertyGroup>
36
<ItemGroup>
37
<Reference Include="PaintDotNet.Base">
38
<HintPath>C:\Program Files\paint.net\PaintDotNet.Base.dll</HintPath>
0 commit comments