Skip to content

Commit

Permalink
Bump required VS version
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed May 5, 2021
1 parent 2035ba0 commit cabd40e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/GUI/EFCorePowerTools/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ About - Displays version and other diagnostic information about your Visual Stud
<Tags>sql sqlite sqlce entityframework efcore codegeneration database</Tags>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0,17.0)" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.9,17.0)" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.1,)" />
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.7.2,)" />
</Dependencies>
<Prerequisites>
<Prerequisite Id="Microsoft.VisualStudio.Component.CoreEditor" Version="[16.0,)" DisplayName="Visual Studio core editor" />
Expand Down
2 changes: 1 addition & 1 deletion src/GUI/Shared/Handlers/ReverseEngineer/NupkgExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public async Task ExtractNupgkAsync(string packageId, string version, DirectoryI

var cache = new SourceCacheContext();
var packageSource = new PackageSource("https://api.nuget.org/v3/index.json");
var sourceRepository = Repository.Factory.GetCoreV3(packageSource); // new SourceRepository(packageSource, FactoryExtensionsV3.GetCoreV3(Repository.Factory.GetCoreV3());
var sourceRepository = Repository.Factory.GetCoreV3(packageSource);
var resource = await sourceRepository.GetResourceAsync<FindPackageByIdResource>();

var packageVersion = new NuGetVersion(version);
Expand Down

0 comments on commit cabd40e

Please sign in to comment.