Skip to content

Commit

Permalink
AssemblyInfo: update the version of CppCodeProvider to 10.0 (which is…
Browse files Browse the repository at this point in the history
… the version provided at least in Visual Studio 2017 and 2019)

fixes loresoft#233
  • Loading branch information
jmairboeck committed Jun 2, 2020
1 parent de6d85c commit cf1c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MSBuild.Community.Tasks/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public class AssemblyInfo : Task
private const string FSharp_cl = "FS";

private const string CppCodeProviderAssembly = "CppCodeProvider, "+
"Version=8.0.0.0, " +
"Version=10.0.0.0, " +
"Culture=neutral, " +
"PublicKeyToken=b03f5f7f11d50a3a, " +
"processorArchitecture=MSIL";
Expand Down

0 comments on commit cf1c55e

Please sign in to comment.