Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SwissLife-OSS/snapshooter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.14.0
Choose a base ref
...
head repository: SwissLife-OSS/snapshooter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.1
Choose a head ref
  • 1 commit
  • 1 file changed
  • 2 contributors

Commits on Jan 17, 2024

  1. Add .NET 4.6.2 target (#195)

    * Add .NET 4.6.2 target
    
    NUnit 4 does not support .NET Standard 2.0 anymore,
    so we need to stay on NUnit 3 when targeting .NET Standard.
    
    This commit adds a dedicated .NET 4.6.2 target that uses NUnit 4.
    
    * Update Dependencies.props
    
    ---------
    
    Co-authored-by: Florian Rohrer <dev@florianrohrer.ch>
    fgreinacher and RohrerF authored Jan 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    94f9c77 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Dependencies.props
2 changes: 1 addition & 1 deletion src/Dependencies.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup Label="Framework Versions">
<ResourceProjectTargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0</ResourceProjectTargetFrameworks>
<ResourceProjectTargetFrameworks>netstandard2.0;net462;net6.0;net7.0;net8.0</ResourceProjectTargetFrameworks>
</PropertyGroup>
</Project>