File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
16
16
<PropertyGroup Label =" Nuget" >
17
17
<BUILD_NUMBER Condition =" '$(BUILD_NUMBER)' == ''" >1</BUILD_NUMBER >
18
- <Version >14.0.7 .$(BUILD_NUMBER)</Version >
18
+ <Version >14.1.0 .$(BUILD_NUMBER)</Version >
19
19
<PackageReleaseNotes >$(PACKAGE_RELEASE_NOTES)</PackageReleaseNotes >
20
20
<GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release' " >true</GeneratePackageOnBuild >
21
21
<GenerateDocumentationFile >false</GenerateDocumentationFile >
31
31
</ItemGroup >
32
32
33
33
<ItemGroup Label =" Source Link" >
34
- <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1 " >
34
+ <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.2.25 " >
35
35
<PrivateAssets >all</PrivateAssets >
36
36
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
37
37
</PackageReference >
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
17
17
<ItemGroup >
18
- <PackageReference Include =" NSwag.CodeGeneration.CSharp" Version =" 14.0.7 " PrivateAssets =" all" />
19
- <PackageReference Include =" NSwag.Core.Yaml" Version =" 14.0.7 " PrivateAssets =" all" />
20
- <PackageReference Include =" NJsonSchema.CodeGeneration.CSharp" Version =" 11.0.0 " PrivateAssets =" all" />
18
+ <PackageReference Include =" NSwag.CodeGeneration.CSharp" Version =" 14.1.0 " PrivateAssets =" all" />
19
+ <PackageReference Include =" NSwag.Core.Yaml" Version =" 14.1.0 " PrivateAssets =" all" />
20
+ <PackageReference Include =" NJsonSchema.CodeGeneration.CSharp" Version =" 11.0.2 " PrivateAssets =" all" />
21
21
22
22
<None Include =" $(OutputPath)\$(AssemblyName).dll" Pack =" true" PackagePath =" analyzers/dotnet/cs" Visible =" false" />
23
23
<None Include =" $(AssemblyName).props" Pack =" true" PackagePath =" build" />
You can’t perform that action at this time.
0 commit comments