-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#19: Include the runtimes subdir as per the old project.json packincl…
…ude option #22: It appears that netstandard1.5 is the lowest possible version we can target. So target this version.
- Loading branch information
1 parent
0de5097
commit f5b399c
Showing
2 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
src/Bindings/DotNet/MapGuideDotNetApi/MapGuideDotNetApi.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard1.0</TargetFramework> | ||
<TargetFramework>netstandard1.5</TargetFramework> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<Content Include="runtimes/**" PackagePath="%(Identity)" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters