Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[Mono.Options] Include symbol files in .nupkg (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins authored Aug 18, 2021
1 parent 57fee48 commit 6752fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions XPlat/Mono.Options/build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

var TARGET = Argument("t", Argument("target", "ci"));

var MONO_TAG = "mono-6.6.0.161";
var MONO_TAG = "mono-6.12.0.148";

var ASSEMBLY_VERSION = "6.0.0.0";
var ASSEMBLY_FILE_VERSION = "6.6.0.0";
var ASSEMBLY_INFO_VERSION = "6.6.0.161";
var NUGET_VERSION = "6.6.0.161";
var ASSEMBLY_FILE_VERSION = "6.12.0.0";
var ASSEMBLY_INFO_VERSION = "6.12.0.148";
var NUGET_VERSION = "6.12.0.148";

var OUTPUT_PATH = (DirectoryPath)"./output/";

Expand Down
5 changes: 3 additions & 2 deletions XPlat/Mono.Options/source/Mono.Options/Mono.Options.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="MSBuild.Sdk.Extras/2.0.54">
<Project Sdk="MSBuild.Sdk.Extras/3.0.23">

<PropertyGroup>
<TargetFrameworks>net40-client;net40;netstandard1.3;netstandard2.0;portable-net45+win8+wpa81+wp8</TargetFrameworks>
<TargetFrameworks>net40-client;net40;netstandard1.3;netstandard2.0</TargetFrameworks>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 6752fc8

Please sign in to comment.