Skip to content

Commit

Permalink
prerequisites for VS2019 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
HJLebbink committed Jan 5, 2019
1 parent d98fb48 commit a5b637e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VS/CSHARP/asm-dude-vsix/asm-dude-vsix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<DefineConstants>CODE_ANALYSIS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RunCodeAnalysis>true</RunCodeAnalysis>
<RunCodeAnalysis>false</RunCodeAnalysis>
<CopyVsixExtensionFiles>False</CopyVsixExtensionFiles>
<CopyVsixExtensionLocation>
</CopyVsixExtensionLocation>
Expand Down
4 changes: 2 additions & 2 deletions VS/CSHARP/asm-dude-vsix/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="%CurrentProject%" Path="|%CurrentProject%|" />
</Assets>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.0.26004.1,16.0)" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.Net.Component.4.6.2.TargetingPack" Version="[15.6.27406.0,16.0)" DisplayName=".NET Framework 4.6.2 targeting pack" />
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[15.8.27729.1,16.0]" DisplayName="Visual Studio core editor" />
<Prerequisite Id="Microsoft.Net.Component.4.6.2.TargetingPack" Version="[15.6.27406.0,16.0]" DisplayName=".NET Framework 4.6.2 targeting pack" />
</Prerequisites>
</PackageManifest>

0 comments on commit a5b637e

Please sign in to comment.