Skip to content

Commit

Permalink
add portable profile 7, 78, 259
Browse files Browse the repository at this point in the history
  • Loading branch information
enricosada committed Dec 24, 2017
1 parent 53ba94b commit 4dc18df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -13,7 +13,7 @@
<PropertyGroup>
<RepoRootDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)"))</RepoRootDir>
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(RepoRootDir)/bin/nupkg"))</NupkgsDir>
<Version Condition=" '$(Version)' == '' ">2.2.0$(VersionSuffix)</Version>
<Version Condition=" '$(Version)' == '' ">2.2.1$(VersionSuffix)</Version>
<MonoOrEmpty Condition=" '$(OS)' != 'Windows_NT' ">mono </MonoOrEmpty>
</PropertyGroup>

Expand Down
2 changes: 2 additions & 0 deletions src/dotnet-mergenupkg/Program.fs
Expand Up @@ -19,6 +19,8 @@ let knownDotnetFrameworks = [
yield 2.0m ]
for x in netstandard do
yield { Id = sprintf "netstandard%M" x; LongName = sprintf ".NETStandard%M" x }
for x in [ "net45+netcore45"; "net45+netcore45+wp8"; "net45+netcore45+wpa81+wp8" ] do
yield { Id = sprintf "portable-%s" x; LongName = sprintf ".NETPortable,Version=v0.0,Profile=%s" x }
]

[<RequireQualifiedAccess>]
Expand Down

0 comments on commit 4dc18df

Please sign in to comment.