Skip to content

Commit

Permalink
Add netstandard2.0 target
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Dec 3, 2018
1 parent 4d4fd33 commit 275feff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/DynaMD/DynaMD.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net452</TargetFramework>
<TargetFrameworks>net452;netstandard2.0</TargetFrameworks>
<RootNamespace>DynaMD</RootNamespace>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand All @@ -19,15 +19,15 @@

<PropertyGroup>
<PackageId>DynaMD</PackageId>
<PackageVersion>1.0.7</PackageVersion>
<PackageVersion>1.0.7.1</PackageVersion>
<Title>DynaMD</Title>
<Authors>Kevin Gosse, Christophe Nasarre</Authors>
<Owners>KooKiz</Owners>
<PackageProjectUrl>https://github.com/kevingosse/DynaMD</PackageProjectUrl>
<RepositoryUrl>https://github.com/kevingosse/DynaMD</RepositoryUrl>
<PackageLicenseUrl>https://github.com/kevingosse/DynaMD/blob/master/LICENSE</PackageLicenseUrl>
<Description>Helper objects to browse complex structures returned by ClrMD</Description>
<PackageReleaseNotes>Upgrade ClrMD / Return the address as hexadecimal when calling ToString on a proxy</PackageReleaseNotes>
<PackageReleaseNotes>Add netstandard2.0 target</PackageReleaseNotes>
<Copyright>Copyright 2017-$([System.DateTime]::UtcNow.ToString(yyyy))</Copyright>
<PackageTags>ClrMD WinDBG SOS</PackageTags>
<PackageOutputPath>..\..\nugets</PackageOutputPath>
Expand Down

0 comments on commit 275feff

Please sign in to comment.