File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Microsoft.OpenApi.YamlReader
test/Microsoft.OpenApi.Tests Expand file tree Collapse file tree 4 files changed +8
-8
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 >
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
<TargetFramework >net8.0</TargetFramework >
4
4
<GeneratePackageOnBuild >false</GeneratePackageOnBuild >
15
15
<PackageReference Include =" Moq" Version =" 4.20.72" />
16
16
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
17
17
<PackageReference Include =" System.Text.Json" Version =" 9.0.3" />
18
- <PackageReference Include =" Verify.Xunit" Version =" 28.15 .0" />
18
+ <PackageReference Include =" Verify.Xunit" Version =" 28.16 .0" />
19
19
<PackageReference Include =" xunit" Version =" 2.9.3" />
20
20
<PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2" PrivateAssets =" all" />
21
21
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
You can’t perform that action at this time.
0 commit comments