File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed
Microsoft.OpenApi.Readers
Microsoft.OpenApi.Workbench Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 33
33
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8.0.1" />
34
34
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.0" />
35
35
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 8.0.0" />
36
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" />
36
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20" >
37
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
38
+ <PrivateAssets >all</PrivateAssets >
39
+ </PackageReference >
37
40
<PackageReference Include =" System.CommandLine" Version =" 2.0.0-beta4.22272.1" />
38
41
<PackageReference Include =" Microsoft.OData.Edm" Version =" 8.0.1" />
39
42
<PackageReference Include =" Microsoft.OpenApi.OData" Version =" 2.0.0-preview.2" />
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" >
22
- <PrivateAssets >all</PrivateAssets >
21
+
22
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20" >
23
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
24
+ <PrivateAssets >all</PrivateAssets >
23
25
</PackageReference >
24
26
25
27
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
Original file line number Diff line number Diff line change 8
8
<EnableWindowsTargeting >true</EnableWindowsTargeting >
9
9
</PropertyGroup >
10
10
<ItemGroup >
11
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" />
11
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20" >
12
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13
+ <PrivateAssets >all</PrivateAssets >
14
+ </PackageReference >
12
15
<PackageReference Include =" Microsoft.Windows.Compatibility" Version =" 8.0.8" />
13
16
<!-- Microsoft.Windows.Compatibility 8.0.8 depends on 8.0.0 this dependency can be removed once they update theirs -->
14
17
<PackageReference Include =" System.Formats.Asn1" Version =" 8.0.1" />
Original file line number Diff line number Diff line change 37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
40
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" >
41
- <PrivateAssets >all</PrivateAssets >
40
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.11.20" >
41
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
42
+ <PrivateAssets >all</PrivateAssets >
42
43
</PackageReference >
43
44
</ItemGroup >
44
45
</Project >
You can’t perform that action at this time.
0 commit comments