Skip to content

Commit

Permalink
Updating required .NET Fwk and references for VS2017.
Browse files Browse the repository at this point in the history
  • Loading branch information
lajones committed Feb 16, 2017
1 parent fdba2e5 commit e3414fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions tools/EFToolsVsReferences.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@
<Reference Include="Microsoft.VisualStudio.TextTemplating.Interfaces.14.0" />
<Reference Include="Microsoft.VisualStudio.TextTemplating.14.0" />
</ItemGroup>
<ItemGroup Condition="$(VisualStudioVersion)=='15.0'">
<Reference Include="Microsoft.VisualStudio.Shell.Framework" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions tools/EntityFramework.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Project global pre-settings.
<VersionReleasePrefix>0</VersionReleasePrefix>
<VersionRelease>$(VersionReleasePrefix)-beta1</VersionRelease>
<VersionReleaseName>Beta 1</VersionReleaseName>
<ToolingDotNetFrameworkVersion Condition="'$(VisualStudioVersion)' == '15.0'">v4.5.1</ToolingDotNetFrameworkVersion>
<ToolingDotNetFrameworkVersion Condition="'$(VisualStudioVersion)' != '15.0'">v4.5</ToolingDotNetFrameworkVersion>
<ToolingDotNetFrameworkVersion Condition="'$(VisualStudioVersion)' == '11.0' OR '$(VisualStudioVersion)' == '12.0' OR '$(VisualStudioVersion)' == '14.0'">v4.5</ToolingDotNetFrameworkVersion>
<ToolingDotNetFrameworkVersion Condition="'$(ToolingDotNetFrameworkVersion)' == ''">v4.6</ToolingDotNetFrameworkVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.VisualStudio.TestTools.HostAdapters.VsIde</RootNamespace>
<AssemblyName>Microsoft.VisualStudio.QualityTools.HostAdapters.VsIdeAddIn</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkVersion>$(ToolingDotNetFrameworkVersion)</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
Expand Down

0 comments on commit e3414fd

Please sign in to comment.