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 2
2
<Import Project =" ..\..\build\version.props" />
3
3
4
4
<PropertyGroup >
5
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
5
+ <TargetFramework >netstandard2.0</TargetFramework >
6
6
<Product >Exceptionless RandomData Generator</Product >
7
7
<Description >Exceptionless RandomData Generator</Description >
8
8
<Copyright >Copyright (c) 2017 Exceptionless. All rights reserved.</Copyright >
21
21
<RepositoryUrl >https://github.com/exceptionless/Exceptionless.RandomData</RepositoryUrl >
22
22
<VersionSuffix Condition =" '$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''" >$(VersionSuffix)-$(BuildNumber)</VersionSuffix >
23
23
</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 >
24
30
25
31
<ItemGroup >
26
32
<PackageReference Include =" SourceLink.Create.GitHub" Version =" 2.1.2" PrivateAssets =" all" />
You can’t perform that action at this time.
0 commit comments