Compare commits

...

5 commits

3 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ jobs:
- name: Export licenses - name: Export licenses
run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses run: dotnet-project-licenses -i . -u --projects-filter projects_ignore_licenses.json -m -j -e -f licenses
- name: Upload licenses - name: Upload licenses
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v4
with: with:
name: licenses name: licenses
path: licenses path: licenses

View file

@ -16,7 +16,7 @@
<PackageReference Include="DotNext" Version="5.0.2" /> <PackageReference Include="DotNext" Version="5.0.2" />
<PackageReference Include="DotNext.Metaprogramming" Version="5.0.2" /> <PackageReference Include="DotNext.Metaprogramming" Version="5.0.2" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/> <PackageReference Include="JetBrains.Annotations" Version="2023.3.0"/>
<PackageReference Include="Meziantou.Analyzer" Version="2.0.143"> <PackageReference Include="Meziantou.Analyzer" Version="2.0.145">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference> </PackageReference>

View file

@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0.101", "version": "8.0.201",
"rollForward": "latestMinor", "rollForward": "latestMinor",
"allowPrerelease": false "allowPrerelease": false
} }