Skip to content

Commit

Permalink
upgrade to netcore-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miaodadao committed May 31, 2018
1 parent 5326308 commit 69acf42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TiledSharp/src/AssemblyInfo.cs
@@ -1,4 +1,4 @@
#if !NETCOREAPP1_1 && !NETCOREAPP2_0
#if !NETCOREAPP
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
Expand Down
2 changes: 1 addition & 1 deletion TiledSharp/src/Layer.cs
Expand Up @@ -89,7 +89,7 @@ public class TmxLayerTile
public bool HorizontalFlip {get; private set;}
public bool VerticalFlip {get; private set;}
public bool DiagonalFlip {get; private set;}
#if !NETCOREAPP1_1 && !NETCOREAPP2_0
#if !NETCOREAPP
[CLSCompliant(false)]
#endif
public TmxLayerTile(uint id, int x, int y)
Expand Down
2 changes: 1 addition & 1 deletion TiledSharp/src/TiledSharp.netcore.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
<AssemblyName>TiledSharp</AssemblyName>
<RootNamespace>TiledSharp</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 69acf42

Please sign in to comment.