Skip to content

Commit

Permalink
x64 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tabrath committed May 8, 2017
1 parent 3492742 commit 5227a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
PKG_VERSION: 1.3.0
PKG_VERSION: 1.3.1
VERSION_SUFFIX: ""
version: ${PKG_VERSION}-{build}
configuration: Release
Expand Down Expand Up @@ -37,7 +37,7 @@ init:
#- git submodule update --init --recursive

before_build:
- appveyor-retry dotnet restore -v Minimal --runtime win10-x64
- appveyor-retry dotnet restore -v Minimal

build_script:
- ps: |
Expand Down
5 changes: 4 additions & 1 deletion src/BinaryEncoding/BinaryEncoding.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.6;net461</TargetFrameworks>
<RuntimeIdentifiers>win-x64;win-x86;osx-x64;osx-x86;ubuntu-x64;ubuntu-x86</RuntimeIdentifiers>
<DebugType>full</DebugType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(DefineConstants);UNSAFE</DefineConstants>
Expand All @@ -15,7 +16,9 @@
<releaseNotes></releaseNotes>
<copyright>Copyright 2017</copyright>
<PackageTags>Binary Encoding BigEndian LittleEndian Varint</PackageTags>
<VersionPrefix>1.3.0</VersionPrefix>
<VersionPrefix>1.3.1</VersionPrefix>
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'net461' ">$(PackageTargetFallback);netstandard;portable-net461+win8</PackageTargetFallback>
</PropertyGroup>

</Project>

0 comments on commit 5227a57

Please sign in to comment.