Skip to content

Commit

Permalink
chore: addtl comments
Browse files Browse the repository at this point in the history
  • Loading branch information
woutervanranst committed Apr 3, 2024
1 parent 8724d3b commit 1e9f64a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
dotnet-version: 7.x

# Cache NuGet packages
# NOTE: with the --filter, we exclude a unit test that is looking for openssl and gzip - this takes too long on windows
- name: Cache .NET packages
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion src/Arius.Core/Arius.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</ItemGroup>

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <!--NOTE check specflow and postsharp support -->
<TargetFramework>net8.0</TargetFramework> <!--NOTE check reqnroll and postsharp support -->
<RepositoryUrl>https://github.com/woutervanranst/arius</RepositoryUrl>
<Authors>Wouter Van Ranst</Authors>
<Company>Blue Software</Company>
Expand Down

0 comments on commit 1e9f64a

Please sign in to comment.