Compare commits
1 commit
renovate/m
...
master
Author | SHA1 | Date | |
---|---|---|---|
650baf43c1 |
4 changed files with 8 additions and 8 deletions
|
@ -61,7 +61,7 @@ jobs:
|
|||
run: |
|
||||
mv artifacts/${{ env.ARTIFACT }} artifacts/wiki.zip
|
||||
- name: Upload documentation
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: wiki.zip
|
||||
path: artifacts/wiki.zip
|
||||
|
|
|
@ -199,7 +199,7 @@ jobs:
|
|||
- name: Export licenses
|
||||
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
||||
- name: Upload licenses
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: licenses
|
||||
path: licenses
|
||||
|
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
- name: Export licenses
|
||||
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
|
||||
- name: Upload licenses
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: licenses
|
||||
path: licenses
|
||||
|
|
|
@ -40,11 +40,11 @@
|
|||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="DotNext" Version="5.3.1" />
|
||||
<PackageReference Include="DotNext.IO" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Metaprogramming" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Threading" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext.Unsafe" Version="5.3.0" />
|
||||
<PackageReference Include="DotNext" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.IO" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Metaprogramming" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Threading" Version="5.13.0" />
|
||||
<PackageReference Include="DotNext.Unsafe" Version="5.13.0" />
|
||||
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
|
||||
<PackageReference Include="Konscious.Security.Cryptography.Argon2" Version="1.3.0"/>
|
||||
<PackageReference Include="MassTransit" Version="8.1.3" />
|
||||
|
|
Loading…
Reference in a new issue