Skip to content

Commit

Permalink
Merge pull request #3020 from davkean/Configs
Browse files Browse the repository at this point in the history
Mark "target framework" as a variant dimension
  • Loading branch information
davkean authored Dec 12, 2017
2 parents 43c5969 + eb05187 commit 91edd24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<VsWebSiteInteropVersion>8.0.0-alpha</VsWebSiteInteropVersion>

<!-- CPS -->
<MicrosoftVisualStudioProjectSystemSDKVersion>15.5.293-pre</MicrosoftVisualStudioProjectSystemSDKVersion>
<MicrosoftVisualStudioProjectSystemSDKVersion>15.6.57-pre</MicrosoftVisualStudioProjectSystemSDKVersion>

<!-- Roslyn -->
<MicrosoftVisualStudioLanguageServicesVersion>2.6.0-beta1-62113-02</MicrosoftVisualStudioLanguageServicesVersion>
Expand All @@ -75,7 +75,7 @@
<NuGetVisualStudioVersion>4.3.0</NuGetVisualStudioVersion>

<!-- Msbuild -->
<MicrosoftBuildVersion>15.3.409</MicrosoftBuildVersion>
<MicrosoftBuildVersion>15.5.0-preview-000153-1054696</MicrosoftBuildVersion>

<!-- Libs -->
<NewtonsoftJsonVersion>9.0.1</NewtonsoftJsonVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace Microsoft.VisualStudio.ProjectSystem.Configuration
[Export(typeof(IActiveConfiguredProjectsDimensionProvider))]
[AppliesTo(ProjectCapabilities.ProjectConfigurationsDeclaredDimensions)]
[Order(DimensionProviderOrder.TargetFramework)]
[ConfigurationDimensionDescription(ConfigurationGeneral.TargetFrameworkProperty, isVariantDimension:true)]
internal class TargetFrameworkProjectConfigurationDimensionProvider : BaseProjectConfigurationDimensionProvider, IActiveConfiguredProjectsDimensionProvider
{
[ImportingConstructor]
Expand Down

0 comments on commit 91edd24

Please sign in to comment.