File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Microsoft.OpenApi.Readers Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<LangVersion >latest</LangVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >1.6.19 </Version >
6
+ <Version >1.6.20 </Version >
7
7
<Description >OpenAPI.NET Readers for JSON and YAML documents</Description >
8
8
<SignAssembly >true</SignAssembly >
9
9
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
18
18
</PropertyGroup >
19
19
20
20
<ItemGroup >
21
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" />
21
+ <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" >
22
+ <PrivateAssets >all</PrivateAssets >
23
+ </PackageReference >
24
+
22
25
<PackageReference Include =" SharpYaml" Version =" 2.1.1" />
23
26
</ItemGroup >
24
27
Original file line number Diff line number Diff line change 3
3
<TargetFramework >netstandard2.0</TargetFramework >
4
4
<LangVersion >Latest</LangVersion >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >1.6.19 </Version >
6
+ <Version >1.6.20 </Version >
7
7
<Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
8
8
<SignAssembly >true</SignAssembly >
9
9
<!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
40
- <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" />
40
+ <PackageReference Include =" Microsoft.VisualStudio.Threading" Version =" 17.11.20" >
41
+ <PrivateAssets >all</PrivateAssets >
42
+ </PackageReference >
41
43
</ItemGroup >
42
44
</Project >
You can’t perform that action at this time.
0 commit comments