Skip to content

Commit ea6436f

Browse files
committed
Merge branch 'v16.5'
2 parents 475534e + 58ea803 commit ea6436f

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

global.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"sdk": {
3-
"version": "3.0.100"
3+
"version": "3.0.100",
4+
"rollForward": "latestPatch",
5+
"allowPrerelease": false
46
},
57
"msbuild-sdks": {
68
"MSBuild.Sdk.Extras": "2.0.54"

src/Microsoft.VisualStudio.Threading/Microsoft.VisualStudio.Threading.csproj

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,9 @@
4848
<PackageReference Include="XliffTasks" Version="1.0.0-beta.19253.2" PrivateAssets="all" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<!-- Don't consume the analyzers in this library itself,
52-
but have a package dependency so users of this library will automatically get the analyzers.
53-
This requires an MSBuild workaround as documented here: https://github.com/Microsoft/msbuild/issues/2661#issuecomment-338808137
54-
-->
55-
<ProjectReference Include="..\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj">
56-
<PrivateAssets>none</PrivateAssets>
57-
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
58-
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
59-
<UndefineProperties>TargetFramework</UndefineProperties>
60-
</ProjectReference>
51+
<!-- We don't consume the analyzers in this library itself,
52+
but we reference the project to add a package dependency so users of this library will automatically get the analyzers. -->
53+
<ProjectReference Include="..\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes\Microsoft.VisualStudio.Threading.Analyzers.CodeFixes.csproj" PrivateAssets="none" />
6154
</ItemGroup>
6255
<Import Project="OptProf.targets" Condition=" '$(TargetFramework)' == 'net472' " />
6356
</Project>

0 commit comments

Comments
 (0)