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 33 <TargetFramework >netstandard2.0</TargetFramework >
44 <LangVersion >latest</LangVersion >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >1.6.19 </Version >
6+ <Version >1.6.20 </Version >
77 <Description >OpenAPI.NET Readers for JSON and YAML documents</Description >
88 <SignAssembly >true</SignAssembly >
99 <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
1818 </PropertyGroup >
1919
2020 <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+
2225 <PackageReference Include =" SharpYaml" Version =" 2.1.1" />
2326 </ItemGroup >
2427
Original file line number Diff line number Diff line change 33 <TargetFramework >netstandard2.0</TargetFramework >
44 <LangVersion >Latest</LangVersion >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >1.6.19 </Version >
6+ <Version >1.6.20 </Version >
77 <Description >.NET models with JSON and YAML writers for OpenAPI specification</Description >
88 <SignAssembly >true</SignAssembly >
99 <!-- https://github.com/dotnet/sourcelink/blob/main/docs/README.md#embeduntrackedsources -->
3737 </ItemGroup >
3838
3939 <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 >
4143 </ItemGroup >
4244</Project >
You can’t perform that action at this time.
0 commit comments