Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
fix(.NET SDK): disable upgrade behaviour (#622)
Browse files Browse the repository at this point in the history
# Changes

- Removed the `rollForward` behaviour in order to avoid thousands of
`AD0001` analyzer errors when using a preview SDK
- Adjusted the copyright notice
  • Loading branch information
ThorstenSauter committed Feb 4, 2024
1 parent d25e091 commit 3b0b702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<NoWarn>NU1507;CS1591</NoWarn>
<Authors>Thorsten Sauter</Authors>
<Copyright>(c) 2021-2023</Copyright>
<Copyright>(c) 2021-2024</Copyright>
<RepositoryUrl>https://github.com/ThorstenSauter/NoPlan</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
3 changes: 1 addition & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"sdk": {
"version": "8.0.101",
"rollForward": "latestMinor"
"version": "8.0.101"
}
}

0 comments on commit 3b0b702

Please sign in to comment.