File tree Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Expand file tree Collapse file tree 4 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 8282 <PackageVersion Include =" Microsoft.TestPlatform.Build" Version =" $(MicrosoftTestPlatformBuildPackageVersion)" />
8383 <PackageVersion Include =" Microsoft.TestPlatform.CLI" Version =" $(MicrosoftTestPlatformCLIPackageVersion)" />
8484 <PackageVersion Include =" Microsoft.VisualStudio.Composition" Version =" 17.4.16" />
85- <PackageVersion Include =" Microsoft.VisualStudio.Sdk" Version =" 17.2.32505.173" />
86- <PackageVersion Include =" Microsoft.VSSDK.BuildTools" Version =" 17.11.435" />
8785 <PackageVersion Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" Version =" $(MicrosoftVisualStudioSetupConfigurationInteropVersion)" />
8886 <PackageVersion Include =" Microsoft.VisualStudio.SolutionPersistence" Version =" $(MicrosoftVisualStudioSolutionPersistenceVersion)" />
8987 <PackageVersion Include =" Microsoft.Web.Deployment" Version =" $(WebDeploymentPackageVersion)" />
Original file line number Diff line number Diff line change 2929 <add key =" dotnet-tools-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json" />
3030 <add key =" dotnet-libraries" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
3131 <add key =" dotnet-libraries-transport" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries-transport/nuget/v3/index.json" />
32- <add key =" vssdk" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
33- <add key =" vssdk-archived" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk-archived/nuget/v3/index.json" />
3432 <add key =" vs-impl" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
3533 <!-- Used for Rich Navigation indexing task -->
3634 <add key =" richnav" value =" https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
Original file line number Diff line number Diff line change 8181 <FileSignInfo Include =" Verify.dll" CertificateName =" $(ExternalCertificateId)" />
8282 <FileSignInfo Include =" Verify.DiffPlex.dll" CertificateName =" $(ExternalCertificateId)" />
8383 </ItemGroup >
84-
85- <ItemGroup >
86- <FileSignInfo Include =" StreamJsonRpc.dll" CertificateName =" MicrosoftSHA2" />
8784
85+ <ItemGroup >
8886 <!-- Roslyn apphosts -->
8987 <FileSignInfo Condition =" '$(TargetOS)' == 'osx'" Include =" csc;vbc;VBCSCompiler" CertificateName =" MacDeveloperHarden" />
9088 </ItemGroup >
Original file line number Diff line number Diff line change 2828 compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
2929 in that build mode analyzer assemblies always target the live compiler API. -->
3030 <UsingToolMicrosoftNetCompilers Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >true</UsingToolMicrosoftNetCompilers >
31- <UsingToolVSSDK >true</UsingToolVSSDK >
3231 <FlagNetStandard1XDependencies Condition =" '$(DotNetBuildSourceOnly)' == 'true'" >true</FlagNetStandard1XDependencies >
3332 </PropertyGroup >
3433 <PropertyGroup Label =" Servicing version information" >
You can’t perform that action at this time.
0 commit comments