diff --git a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj index f07bb41..0e5aae9 100644 --- a/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj +++ b/Antlr3.StringTemplate/Antlr3.StringTemplate.csproj @@ -1,5 +1,5 @@  - + net35-client;net40-client;netstandard2.0 @@ -17,10 +17,6 @@ true - - - - $(GeneratePackageOnBuild) @@ -83,5 +79,4 @@ - \ No newline at end of file diff --git a/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj b/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj index 8469f1e..ec781b8 100644 --- a/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj +++ b/Antlr4.StringTemplate/Antlr4.StringTemplate.csproj @@ -1,5 +1,5 @@  - + net35-client;net40-client;netstandard1.3 @@ -16,10 +16,6 @@ true - - - - $(GeneratePackageOnBuild) @@ -64,5 +60,4 @@ - \ No newline at end of file diff --git a/Runtime/Antlr3.Runtime.Debug/Antlr3.Runtime.Debug.csproj b/Runtime/Antlr3.Runtime.Debug/Antlr3.Runtime.Debug.csproj index dec21e2..207cdcd 100644 --- a/Runtime/Antlr3.Runtime.Debug/Antlr3.Runtime.Debug.csproj +++ b/Runtime/Antlr3.Runtime.Debug/Antlr3.Runtime.Debug.csproj @@ -1,5 +1,5 @@  - + net20;net40-client;netstandard2.0 @@ -16,10 +16,6 @@ true - - - - $(GeneratePackageOnBuild) @@ -41,5 +37,4 @@ - \ No newline at end of file diff --git a/Runtime/Antlr3.Runtime/Antlr3.Runtime.csproj b/Runtime/Antlr3.Runtime/Antlr3.Runtime.csproj index 87a85b0..b0bff0a 100644 --- a/Runtime/Antlr3.Runtime/Antlr3.Runtime.csproj +++ b/Runtime/Antlr3.Runtime/Antlr3.Runtime.csproj @@ -1,5 +1,5 @@  - + net20;net40-client;portable-net40+sl5+win8+wp8+wpa81;netstandard1.1 @@ -16,10 +16,6 @@ true - - - - $(GeneratePackageOnBuild) @@ -45,5 +41,4 @@ - \ No newline at end of file diff --git a/global.json b/global.json new file mode 100644 index 0000000..2b02857 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "msbuild-sdks": { + "MSBuild.Sdk.Extras": "1.6.55" + } +}