aspnetcore-tooling/eng/Versions.props

148 строки
11 KiB
Plaintext
Исходник Обычный вид История

<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Opt-in arcade features -->
<PropertyGroup>
<UsingToolVSSDK>true</UsingToolVSSDK>
<MicrosoftVSSDKBuildToolsVersion>15.9.3032</MicrosoftVSSDKBuildToolsVersion>
<!-- Use .NET Framework reference assemblies from a nuget package so machine-global targeting packs do not need to be installed. -->
<UsingToolNetFrameworkReferenceAssemblies>true</UsingToolNetFrameworkReferenceAssemblies>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
</PropertyGroup>
<!-- Opt out Arcade features -->
<PropertyGroup>
<UsingToolXliff>false</UsingToolXliff>
</PropertyGroup>
<!-- Versioning for assemblies/packages -->
<PropertyGroup>
2019-07-28 19:42:48 +03:00
<MajorVersion>5</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
2019-09-14 22:53:32 +03:00
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
2019-09-14 22:53:32 +03:00
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
<DefaultNetCoreTargetFramework>netcoreapp$(MajorVersion).$(MinorVersion)</DefaultNetCoreTargetFramework>
</PropertyGroup>
[master] Update dependencies from aspnet/Extensions (#409) * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Try a coherent SDK and Runtime * Try again * Fix codecheck * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Try again * Update dependencies from https://github.com/aspnet/Extensions build 20190410.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19210.2 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19210.2 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19210.2 - Microsoft.Extensions.Logging - 3.0.0-preview5.19210.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19208.5 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27608-16 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190412.9 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19212.9 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19212.9 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19212.9 - Microsoft.Extensions.Logging - 3.0.0-preview5.19212.9 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19211.22 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27611-18 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190413.4 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19213.4 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19213.4 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19213.4 - Microsoft.Extensions.Logging - 3.0.0-preview5.19213.4 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-02 (parent: Microsoft.Extensions.Logging) * Update dependencies from https://github.com/aspnet/Extensions build 20190414.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19214.1 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19214.1 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19214.1 - Microsoft.Extensions.Logging - 3.0.0-preview5.19214.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19212.14 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27613-11 (parent: Microsoft.Extensions.Logging) * Restore with the appropriate RuntimeFrameworkVersion before building or publishing * Fix incremental test * Update dependencies from https://github.com/aspnet/Extensions build 20190416.8 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 3.0.0-preview5.19216.8 - Microsoft.AspNetCore.Testing - 3.0.0-preview5.19216.8 - Microsoft.Extensions.CommandLineUtils.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.NonCapturingTimer.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.HashCodeCombiner.Sources - 3.0.0-preview5.19216.8 - Microsoft.Extensions.Logging - 3.0.0-preview5.19216.8 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - System.Text.Encodings.Web - 4.6.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - Microsoft.Extensions.DependencyModel - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 3.0.0-preview5.19215.16 (parent: Microsoft.NETCore.App) - Microsoft.NETCore.App - 3.0.0-preview5-27616-01 (parent: Microsoft.Extensions.Logging)
2019-04-17 19:16:34 +03:00
<!--
Versioning for tooling releases.
Note: Using $(OfficialBuildId) because the other version-related properties are defined yet when this is
imported. This OK because we want to just have an obvious salt for a local build.
-->
<PropertyGroup>
<VsixVersionPrefix>16.1.0</VsixVersionPrefix>
<AddinVersion>8.0</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' != ''">$(AddinVersion).$(OfficialBuildId)</AddinVersion>
<AddinVersion Condition="'$(OfficialBuildId)' == ''">$(AddinVersion).42424242.42</AddinVersion>
</PropertyGroup>
<!--
These versions should ONLY be updated by automation.
DO NOT UPDATE THESE MANUALLY. Use the `darc` command line tool to update this file so it stays in sync with
Version.Details.xml.
See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc.
-->
<PropertyGroup Label="Automated">
<MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>5.0.0-preview.1.20110.3</MicrosoftAspNetCoreBenchmarkRunnerSourcesPackageVersion>
<MicrosoftAspNetCoreTestingPackageVersion>5.0.0-preview.1.20110.3</MicrosoftAspNetCoreTestingPackageVersion>
<MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>5.0.0-preview.1.20110.3</MicrosoftExtensionsCommandLineUtilsSourcesPackageVersion>
<MicrosoftExtensionsConfigurationJsonPackageVersion>5.0.0-preview.1.20110.3</MicrosoftExtensionsConfigurationJsonPackageVersion>
[master] Update dependencies from dotnet/arcade dotnet/extensions (#1551) * Update dependencies from https://github.com/dotnet/extensions build 20200131.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20081.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20081.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200201.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20101.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20101.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/arcade build 20200201.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2 * Update dependencies from https://github.com/dotnet/extensions build 20200203.2 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20103.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200204.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20104.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20104.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Apply FrameworkReference workaround to testApps * Update dependencies from https://github.com/dotnet/extensions build 20200204.2 - Microsoft.Extensions.Configuration.Json - 5.0.0-preview.1.20104.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-preview.1.20104.2 - Microsoft.AspNetCore.Testing - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.Logging - 5.0.0-preview.1.20104.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200204.3 - Microsoft.Extensions.Configuration.Json - 5.0.0-preview.1.20104.3 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-preview.1.20104.3 - Microsoft.AspNetCore.Testing - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.Logging - 5.0.0-preview.1.20104.3 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update SDK * Revert "Apply FrameworkReference workaround to testApps" This reverts commit 0e05f913f640e9479f057db3b640d6f380dbff09. Co-authored-by: William Godbe <wigodbe@microsoft.com>
2020-02-06 00:09:51 +03:00
<MicrosoftExtensionsDependencyModelPackageVersion>5.0.0-alpha.1.20103.10</MicrosoftExtensionsDependencyModelPackageVersion>
<MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>5.0.0-preview.1.20110.3</MicrosoftExtensionsHashCodeCombinerSourcesPackageVersion>
<MicrosoftExtensionsLoggingPackageVersion>5.0.0-preview.1.20110.3</MicrosoftExtensionsLoggingPackageVersion>
<MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>5.0.0-preview.1.20110.3</MicrosoftExtensionsNonCapturingTimerSourcesPackageVersion>
[master] Update dependencies from dotnet/arcade dotnet/extensions (#1551) * Update dependencies from https://github.com/dotnet/extensions build 20200131.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20081.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20081.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20081.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200201.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20101.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20101.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20101.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/arcade build 20200201.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2 * Update dependencies from https://github.com/dotnet/extensions build 20200203.2 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20103.2 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20103.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200204.1 - Microsoft.Extensions.Configuration.Json - 5.0.0-alpha.1.20104.1 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.AspNetCore.Testing - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-alpha.1.20104.1 - Microsoft.Extensions.Logging - 5.0.0-alpha.1.20104.1 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Apply FrameworkReference workaround to testApps * Update dependencies from https://github.com/dotnet/extensions build 20200204.2 - Microsoft.Extensions.Configuration.Json - 5.0.0-preview.1.20104.2 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-preview.1.20104.2 - Microsoft.AspNetCore.Testing - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-preview.1.20104.2 - Microsoft.Extensions.Logging - 5.0.0-preview.1.20104.2 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/extensions build 20200204.3 - Microsoft.Extensions.Configuration.Json - 5.0.0-preview.1.20104.3 - Microsoft.AspNetCore.BenchmarkRunner.Sources - 5.0.0-preview.1.20104.3 - Microsoft.AspNetCore.Testing - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.CommandLineUtils.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.NonCapturingTimer.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.HashCodeCombiner.Sources - 5.0.0-preview.1.20104.3 - Microsoft.Extensions.Logging - 5.0.0-preview.1.20104.3 Dependency coherency updates - System.Diagnostics.DiagnosticSource - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - System.Reflection.Metadata - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - System.Text.Encodings.Web - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) - Microsoft.Extensions.DependencyModel - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 (parent: Microsoft.Extensions.Logging) - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NETCore.App.Runtime.win-x64) * Update SDK * Revert "Apply FrameworkReference workaround to testApps" This reverts commit 0e05f913f640e9479f057db3b640d6f380dbff09. Co-authored-by: William Godbe <wigodbe@microsoft.com>
2020-02-06 00:09:51 +03:00
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-alpha.1.20103.10</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-alpha.1.20103.10</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20103.10</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-alpha.1.20103.10</MicrosoftNETCorePlatformsPackageVersion>
<SystemDiagnosticsDiagnosticSourcePackageVersion>5.0.0-alpha.1.20103.10</SystemDiagnosticsDiagnosticSourcePackageVersion>
<SystemTextEncodingsWebPackageVersion>5.0.0-alpha.1.20103.10</SystemTextEncodingsWebPackageVersion>
<SystemReflectionMetadataPackageVersion>5.0.0-alpha.1.20103.10</SystemReflectionMetadataPackageVersion>
<!-- Packages from dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>3.5.0-beta3-20111-03</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup Label="Dependency version settings">
<!--
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
All Runtime.$rid packages should have the same version.
-->
<MicrosoftNETCoreAppRuntimeVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreAppRuntimeVersion>
</PropertyGroup>
<!--
^^^^^^^^^^
SEE NOTE ABOVE.
Versions above this comment are updated automatically. Don't change them manually.
Versions below this comment are not managed by automation and can be changed as needed.
-->
<PropertyGroup Label="Manual">
<BenchmarkDotNetPackageVersion>0.10.13</BenchmarkDotNetPackageVersion>
2018-10-10 05:00:16 +03:00
<MicrosoftBuildFrameworkPackageVersion>15.8.166</MicrosoftBuildFrameworkPackageVersion>
<MicrosoftBuildLocatorPackageVersion>1.2.6</MicrosoftBuildLocatorPackageVersion>
2018-10-10 05:00:16 +03:00
<MicrosoftBuildPackageVersion>15.8.166</MicrosoftBuildPackageVersion>
<MicrosoftBuildUtilitiesCorePackageVersion>15.8.166</MicrosoftBuildUtilitiesCorePackageVersion>
2020-02-10 23:56:51 +03:00
<MicrosoftCodeAnalysisCommonPackageVersion>3.4.0</MicrosoftCodeAnalysisCommonPackageVersion>
<MicrosoftCodeAnalysisCSharpPackageVersion>3.4.0</MicrosoftCodeAnalysisCSharpPackageVersion>
<MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>3.4.0</MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
<MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion>14.3.25407-alpha</MicrosoftInternalVisualStudioShellInterop140DesignTimeVersion>
2019-08-22 18:37:01 +03:00
<MicrosoftNETCoreApp50PackageVersion>$(MicrosoftNETCoreAppRuntimewinx64PackageVersion)</MicrosoftNETCoreApp50PackageVersion>
<MicrosoftNETFrameworkReferenceAssemblies>1.0.0-alpha-5</MicrosoftNETFrameworkReferenceAssemblies>
<MicrosoftNetRoslynDiagnosticsPackageVersion>2.6.3</MicrosoftNetRoslynDiagnosticsPackageVersion>
<MicrosoftVisualStudioComponentModelHostPackageVersion>16.0.467</MicrosoftVisualStudioComponentModelHostPackageVersion>
<MicrosoftVisualStudioImageCatalogPackageVersion>16.4.29519.181</MicrosoftVisualStudioImageCatalogPackageVersion>
<MicrosoftVisualStudioEditorPackageVersion>16.0.467</MicrosoftVisualStudioEditorPackageVersion>
<MicrosoftVisualStudioLanguagePackageVersion>16.0.467</MicrosoftVisualStudioLanguagePackageVersion>
<MicrosoftVisualStudioLanguageIntellisensePackageVersion>16.0.467</MicrosoftVisualStudioLanguageIntellisensePackageVersion>
<MicrosoftVisualStudioLanguageServerClientPackageVersion>16.4.30</MicrosoftVisualStudioLanguageServerClientPackageVersion>
<MicrosoftVisualStudioPackageLanguageService150PackageVersion>16.4.29519.181</MicrosoftVisualStudioPackageLanguageService150PackageVersion>
<MicrosoftVisualStudioLiveSharePackageVersion>0.3.1074</MicrosoftVisualStudioLiveSharePackageVersion>
2018-10-10 05:00:16 +03:00
<MicrosoftVisualStudioOLEInteropPackageVersion>7.10.6071</MicrosoftVisualStudioOLEInteropPackageVersion>
2018-10-08 20:55:59 +03:00
<MicrosoftVisualStudioProjectSystemAnalyzersPackageVersion>16.0.201-pre-g7d366164d0</MicrosoftVisualStudioProjectSystemAnalyzersPackageVersion>
<MicrosoftVisualStudioProjectSystemManagedVSPackageVersion>3.0.0-beta1-63607-01</MicrosoftVisualStudioProjectSystemManagedVSPackageVersion>
2018-10-08 20:55:59 +03:00
<MicrosoftVisualStudioProjectSystemSDKPackageVersion>16.0.201-pre-g7d366164d0</MicrosoftVisualStudioProjectSystemSDKPackageVersion>
<MicrosoftVisualStudioSDKAnalyzersVersion>16.3.14</MicrosoftVisualStudioSDKAnalyzersVersion>
<MicrosoftVisualStudioShell150PackageVersion>16.4.29519.181</MicrosoftVisualStudioShell150PackageVersion>
2018-10-10 05:00:16 +03:00
<MicrosoftVisualStudioShellInterop100PackageVersion>10.0.30320</MicrosoftVisualStudioShellInterop100PackageVersion>
<MicrosoftVisualStudioShellInterop110PackageVersion>11.0.61031</MicrosoftVisualStudioShellInterop110PackageVersion>
<MicrosoftVisualStudioShellInterop120PackageVersion>12.0.30111</MicrosoftVisualStudioShellInterop120PackageVersion>
<MicrosoftVisualStudioShellInterop80PackageVersion>8.0.50728</MicrosoftVisualStudioShellInterop80PackageVersion>
<MicrosoftVisualStudioShellInterop90PackageVersion>9.0.30730</MicrosoftVisualStudioShellInterop90PackageVersion>
<MicrosoftVisualStudioShellInteropPackageVersion>7.10.6072</MicrosoftVisualStudioShellInteropPackageVersion>
2018-12-03 01:17:26 +03:00
<MicrosoftVisualStudioTextUIPackageVersion>16.0.177-g0ae5fa46a1</MicrosoftVisualStudioTextUIPackageVersion>
<MicrosoftVisualStudioThreadingPackageVersion>16.4.16</MicrosoftVisualStudioThreadingPackageVersion>
<MonoAddinsPackageVersion>1.3.8</MonoAddinsPackageVersion>
<MonoDevelopSdkPackageVersion>1.0.15</MonoDevelopSdkPackageVersion>
2018-10-19 21:31:28 +03:00
<MoqPackageVersion>4.10.0</MoqPackageVersion>
<!-- STOP!!! We need to reference the version of JSON that our HOSTS supprt. -->
<NewtonsoftJsonPackageVersion>9.0.1</NewtonsoftJsonPackageVersion>
<OmniSharpExtensionsLanguageServerPackageVersion>0.14.1</OmniSharpExtensionsLanguageServerPackageVersion>
<OmniSharpMSBuildPackageVersion>1.33.0</OmniSharpMSBuildPackageVersion>
<VS_NewtonsoftJsonPackageVersion>12.0.2</VS_NewtonsoftJsonPackageVersion>
<VSMAC_NewtonsoftJsonPackageVersion>12.0.2</VSMAC_NewtonsoftJsonPackageVersion>
2020-02-10 23:56:51 +03:00
<StreamJsonRpcPackageVersion>2.2.53</StreamJsonRpcPackageVersion>
<VSIX_MicrosoftVisualStudioTelemetryPackageVersion>16.0.4-master</VSIX_MicrosoftVisualStudioTelemetryPackageVersion>
2020-02-10 23:56:51 +03:00
<VSIX_MicrosoftCodeAnalysisAnalyzersPackageVersion>2.9.8</VSIX_MicrosoftCodeAnalysisAnalyzersPackageVersion>
<VSIX_MicrosoftCodeAnalysisPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisPackageVersion>
<VSIX_MicrosoftCodeAnalysisCommonPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisCommonPackageVersion>
<VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisCSharpFeaturesPackageVersion>
<VSIX_MicrosoftCodeAnalysisCSharpPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisCSharpPackageVersion>
<VSIX_MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisCSharpWorkspacesPackageVersion>
<VSIX_MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisEditorFeaturesTextPackageVersion>
<VSIX_MicrosoftCodeAnalysisFeaturesPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisFeaturesPackageVersion>
<VSIX_MicrosoftCodeAnalysisRemoteRazorServiceHubPackageVersion>3.4.0-beta4-19606-05</VSIX_MicrosoftCodeAnalysisRemoteRazorServiceHubPackageVersion>
<VSIX_MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisVisualBasicWorkspacesPackageVersion>
<VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>3.4.0</VSIX_MicrosoftCodeAnalysisWorkspacesCommonPackageVersion>
<VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>3.4.0</VSIX_MicrosoftVisualStudioLanguageServicesPackageVersion>
<VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>3.4.0-beta4-19606-05</VSIX_MicrosoftVisualStudioLanguageServicesRazorRemoteClientPackageVersion>
<XunitAnalyzersPackageVersion>0.10.0</XunitAnalyzersPackageVersion>
<XunitVersion>2.4.1</XunitVersion>
</PropertyGroup>
</Project>