File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Spillgebees.Blazor.RichTextEditor Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 5757 name : artifacts
5858 if-no-files-found : error
5959 retention-days : 1
60- path : package/*.* nupkg
60+ path : package/*.nupkg
6161
6262 - name : 📦 publish WASM application as with .NET 7.0
6363 if : inputs.should-publish-gh-page
Original file line number Diff line number Diff line change 88 </PropertyGroup >
99
1010 <ItemGroup >
11- <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1" >
12- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
13- <PrivateAssets >all</PrivateAssets >
14- </PackageReference >
15- <PackageReference Include =" MinVer" Version =" 4.3.0" >
16- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
17- <PrivateAssets >all</PrivateAssets >
18- </PackageReference >
11+ <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1" PrivateAssets =" All" />
12+ <PackageReference Include =" MinVer" Version =" 4.3.0" PrivateAssets = " All" />
1913 </ItemGroup >
2014</Project >
Original file line number Diff line number Diff line change 1010 <PackageReadmeFile >README.md</PackageReadmeFile >
1111 <PackageIcon >spillgebees_small.png</PackageIcon >
1212 <GenerateDocumentationFile >true</GenerateDocumentationFile >
13- <IncludeSymbols >true</IncludeSymbols >
14- <SymbolPackageFormat >snupkg</SymbolPackageFormat >
1513 </PropertyGroup >
1614
1715 <ItemGroup >
You can’t perform that action at this time.
0 commit comments