くうと徒然なるままに

モバイルアプリを作りながらバックエンドも作っています。

VS2015 を使っている人が Microsoft.NETCore.UniversalWindowsPlatform を 5.3 にアップデートしてはいけない

自己紹介

初めまして、大学一年生のくぅと言います。 C# と Xamarin が好きです。 まだまだ未熟ですが、色々吸収していきます。

環境

Visual Studio 2015 Enterprise

前置き

ついつい、アップデートしたくなる。。。

https://goo.gl/bJEci6

アップデートしてしまうと。。。

1>C:\Users\{UserName}\.nuget\packages\Microsoft.Net.Native.Compiler\1.6.0\build\Microsoft.Net.Native.Compiler.targets(37,5): error : The Microsoft.Net.Native.Compiler package, included in Microsoft.NETCore.UniversalWindowsPlatform 5.3 and later, is only supported in Visual Studio 2017 and later. You can downgrade the version of the Microsoft.NETCore.UniversalWindowsPlatorm NuGet package to 5.2.* or earlier for Visual Studio 2015.

ようするに、

Microsoft.NETCore.UniversalWindowsPlatform 5.3 は Visual Studio 2017 以降しかサポートしませんよ!ってこと

まとめ

Visual Studio 2017 が出るのを待ちましょうね!って感じの記事でした。

5.3 に上げないと修正されないバグがあるっぽくて困るんだよな…