File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 22 <Import Project =" ..\..\build\version.props" />
33
44 <PropertyGroup >
5- <TargetFrameworks >netstandard2.0</TargetFrameworks >
5+ <TargetFramework >netstandard2.0</TargetFramework >
66 <Product >Exceptionless RandomData Generator</Product >
77 <Description >Exceptionless RandomData Generator</Description >
88 <Copyright >Copyright (c) 2017 Exceptionless. All rights reserved.</Copyright >
2121 <RepositoryUrl >https://github.com/exceptionless/Exceptionless.RandomData</RepositoryUrl >
2222 <VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
2323 </PropertyGroup >
24+
25+ <PropertyGroup Label =" Signing" >
26+ <SignAssembly >true</SignAssembly >
27+ <PublicSign Condition =" '$(OS)' != 'Windows_NT' " >true</PublicSign >
28+ <AssemblyOriginatorKeyFile >..\Exceptionless.snk</AssemblyOriginatorKeyFile >
29+ </PropertyGroup >
2430
2531 <ItemGroup >
2632 <PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.1.2" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments