File tree 3 files changed +6
-6
lines changed
Microsoft.OpenApi.Readers
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
32
32
<PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 9.0.3" />
33
33
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 9.0.3" />
34
34
<PackageReference Include =" Microsoft.Extensions.Logging.Debug" Version =" 9.0.2" />
35
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.2 " >
35
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.61 " >
36
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
37
<PrivateAssets >all</PrivateAssets >
38
38
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;net8.0;</TargetFrameworks >
4
4
<!-- net6.0 target is present because of the conditional build in OpenApiYamlReader.Read -->
28
28
29
29
<ItemGroup >
30
30
31
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.2 " >
31
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.61 " >
32
32
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
33
33
<PrivateAssets >all</PrivateAssets >
34
34
</PackageReference >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<TargetFrameworks >netstandard2.0;net8.0</TargetFrameworks >
4
4
<LangVersion >Latest</LangVersion >
49
49
</ItemGroup >
50
50
51
51
<ItemGroup >
52
- <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.2 " >
52
+ <PackageReference Include =" Microsoft.VisualStudio.Threading.Analyzers" Version =" 17.13.61 " >
53
53
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
54
54
<PrivateAssets >all</PrivateAssets >
55
55
</PackageReference >
You can’t perform that action at this time.
0 commit comments