Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c20c375

Browse files
committed
Use ReferenceOutputAssembly="false" when referencing GitHub.TeamFoundation.*
Hopefully this will allow GitHub.VidualStudio which targets .NET 4.6 to reference GitHub.TeamFoundation.16 which targets .NET 4.7.2.
1 parent f6ba9db commit c20c375

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/GitHub.TeamFoundation.16/GitHub.TeamFoundation.16.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<RootNamespace>GitHub.TeamFoundation</RootNamespace>
1313
<AssemblyName>GitHub.TeamFoundation.16</AssemblyName>
1414
<LangVersion>7.3</LangVersion>
15-
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
15+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1616
<FileAlignment>512</FileAlignment>
1717
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
1818
<NuGetPackageImportStamp>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -381,21 +381,21 @@
381381
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;PkgdefProjectOutputGroup</IncludeOutputGroupsInVSIX>
382382
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;PkgdefProjectOutputGroup</IncludeOutputGroupsInVSIXLocalOnly>
383383
</ProjectReference>
384-
<ProjectReference Include="..\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
384+
<ProjectReference Include="..\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj" ReferenceOutputAssembly="false">
385385
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720d}</Project>
386386
<Name>GitHub.TeamFoundation.14</Name>
387387
<Private>True</Private>
388388
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
389389
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
390390
</ProjectReference>
391-
<ProjectReference Include="..\GitHub.TeamFoundation.15\GitHub.TeamFoundation.15.csproj">
391+
<ProjectReference Include="..\GitHub.TeamFoundation.15\GitHub.TeamFoundation.15.csproj" ReferenceOutputAssembly="false">
392392
<Project>{161dbf01-1dbf-4b00-8551-c5c00f26720e}</Project>
393393
<Name>GitHub.TeamFoundation.15</Name>
394394
<Private>True</Private>
395395
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
396396
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
397397
</ProjectReference>
398-
<ProjectReference Include="..\GitHub.TeamFoundation.16\GitHub.TeamFoundation.16.csproj">
398+
<ProjectReference Include="..\GitHub.TeamFoundation.16\GitHub.TeamFoundation.16.csproj" ReferenceOutputAssembly="false">
399399
<Project>{F08BD4BC-B5DF-4193-9B01-6D0BBE101BD7}</Project>
400400
<Name>GitHub.TeamFoundation.16</Name>
401401
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>

test/Launcher/InstallAndStart.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFramework>net46</TargetFramework>
3+
<TargetFramework>net472</TargetFramework>
44
</PropertyGroup>
55
<ItemGroup>
66
<PackageReference Include="Madskristensen.VisualStudio.SDK" Version="15.8.75-pre" />

0 commit comments

Comments
 (0)