Compare commits

...

5 commits

3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@ jobs:
generate-licences:
needs: [ build, preprocess ]
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest@sha256:a96ff9118eb7ce9aa52c46eb6989d1c0227d31ec19de3ba0d8e0a484773ab4fb
container: catthehacker/ubuntu:act-latest@sha256:28d51b66256606603e39d484d58275b9b3c41072ee10c87fb3a841dae7ac8ec4
steps:
- uses: actions/checkout@v4
- name: Setup dotnet

View file

@ -16,7 +16,7 @@
<PackageReference Include="DotNext" Version="5.0.2" />
<PackageReference Include="DotNext.Metaprogramming" Version="5.0.2" />
<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>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>

View file

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