-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update target framework and vsixmanifest
- Loading branch information
1 parent
93a19a2
commit b5acc92
Showing
5 changed files
with
22 additions
and
25 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Weingartner.Json.Migration.Roslyn.Spec/Weingartner.Json.Migration.Roslyn.Spec.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 18 additions & 21 deletions
39
Weingartner.Json.Migration.Roslyn.Vsix/source.extension.vsixmanifest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,21 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> | ||
<Metadata> | ||
<Identity Id="Weingartner.Json.Migration.Roslyn.Vsix.Hewlett-Packard Company.0e26e129-1f77-4628-9d3e-453ec74f72ee" Version="1.0" Language="en-US" Publisher="egger"/> | ||
<DisplayName>Weingartner.Json.Migration.Roslyn.Vsix</DisplayName> | ||
<Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.Pro" /> | ||
<InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VSWinDesktopExpress" /> | ||
<InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VWDExpress" /> | ||
<InstallationTarget Version="[14.0,]" Id="Microsoft.VisualStudio.VSWinExpress" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Weingartner.Json.Migration.Roslyn" Path="|Weingartner.Json.Migration.Roslyn|"/> | ||
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Weingartner.Json.Migration.Roslyn" Path="|Weingartner.Json.Migration.Roslyn|"/> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[15.0.26208.0,16.0)" DisplayName="C# and Visual Basic" /> | ||
</Prerequisites> | ||
<Metadata> | ||
<Identity Id="Weingartner.Json.Migration.Roslyn.Vsix.Hewlett-Packard Company.0e26e129-1f77-4628-9d3e-453ec74f72ee" Version="1.0" Language="en-US" Publisher="Weingartner"/> | ||
<DisplayName>Weingartner.Json.Migration.Roslyn.Vsix</DisplayName> | ||
<Description xml:space="preserve">This is a sample diagnostic extension for the .NET Compiler Platform ("Roslyn").</Description> | ||
</Metadata> | ||
<Installation> | ||
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community" /> | ||
</Installation> | ||
<Dependencies> | ||
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6.1,)" /> | ||
</Dependencies> | ||
<Assets> | ||
<Asset Type="Microsoft.VisualStudio.MefComponent" d:Source="Project" d:ProjectName="Weingartner.Json.Migration.Roslyn" Path="|Weingartner.Json.Migration.Roslyn|"/> | ||
<Asset Type="Microsoft.VisualStudio.Analyzer" d:Source="Project" d:ProjectName="Weingartner.Json.Migration.Roslyn" Path="|Weingartner.Json.Migration.Roslyn|"/> | ||
</Assets> | ||
<Prerequisites> | ||
<Prerequisite Id="Microsoft.VisualStudio.Component.Roslyn.LanguageServices" Version="[16.0,17.0)" DisplayName="C# and Visual Basic" /> | ||
</Prerequisites> | ||
</PackageManifest> |
2 changes: 1 addition & 1 deletion
2
Weingartner.Json.Migration.Spec/Weingartner.Json.Migration.Spec.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters