File tree 3 files changed +6
-5
lines changed
tooling/Microsoft.VisualStudio.SecretManager
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 9
9
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json;
10
10
https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;
11
11
https://vside.myget.org/F/vssdk/api/v3/index.json;
12
+ https://vside.myget.org/F/devcore/api/v3/index.json
12
13
</RestoreSources >
13
14
<RestoreSources Condition =" '$(DotNetBuildOffline)' != 'true'" >
14
15
$(RestoreSources);
Original file line number Diff line number Diff line change 79
79
</ItemGroup >
80
80
<ItemGroup >
81
81
<PackageReference Include =" Microsoft.VisualStudio.ComponentModelHost" Version =" 15.0.26606" />
82
- <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.Analyzers" Version =" 15.3.224 " />
83
- <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version =" 15.3.224 " />
84
- <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.SDK" Version =" 15.3.224 " />
85
- <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem" Version =" 15.3.224 " />
82
+ <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.Analyzers" Version =" 16.0.201-pre-g7d366164d0 " />
83
+ <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.SDK.Tools" Version =" 16.0.201-pre-g7d366164d0 " />
84
+ <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem.SDK" Version =" 16.0.201-pre-g7d366164d0 " />
85
+ <PackageReference Include =" Microsoft.VisualStudio.ProjectSystem" Version =" 16.0.201-pre-g7d366164d0 " />
86
86
<PackageReference Include =" Microsoft.VisualStudio.Shell.15.0" Version =" 15.0.26606" />
87
87
<PackageReference Include =" Microsoft.VisualStudio.Shell.Embeddable" Version =" 15.6.27002-vsuvscore" />
88
88
<PackageReference Include =" Microsoft.VisualStudio.Text.Data" Version =" 15.0.26606" />
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
3
<VersionPrefix >3.0.0</VersionPrefix >
4
- <VsixVersion >15.6 </VsixVersion >
4
+ <VsixVersion >16.0 </VsixVersion >
5
5
<VersionSuffix >alpha1</VersionSuffix >
6
6
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' == 'rtm' " >$(VersionPrefix)</PackageVersion >
7
7
<PackageVersion Condition =" '$(IsFinalBuild)' == 'true' AND '$(VersionSuffix)' != 'rtm' " >$(VersionPrefix)-$(VersionSuffix)-final</PackageVersion >
You can’t perform that action at this time.
0 commit comments