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

Commit

Permalink
Resign from using the lowest possible versions
Browse files Browse the repository at this point in the history
As long as netstandard2.0 is supported, we should aim for highest at the time of release
  • Loading branch information
JustArchi committed Dec 15, 2022
1 parent ab7cae7 commit d0eb9a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,5 @@
":disableDependencyDashboard",
":disableRateLimiting",
":label(🤖 Automatic)"
],
"packageRules": [
{
// Runtime dependencies that we intentionally want to include in the lowest possible versions
"matchManagers": ["nuget"],
"matchPackageNames": [
"IndexRange",
"Microsoft.AspNetCore.Hosting.Abstractions",
"Microsoft.Bcl.AsyncInterfaces",
"System.Memory"
],
"enabled": false
}
]
}
8 changes: 4 additions & 4 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<ItemGroup>
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0.1" />
<PackageVersion Include="JetBrains.Annotations" Version="2022.3.1" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="1.0.0" />
<PackageVersion Include="Microsoft.AspNetCore.Hosting.Abstractions" Version="2.2.0" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="1.1.1" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageVersion Include="IndexRange" Version="1.0.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="1.0.0" />
<PackageVersion Include="IndexRange" Version="1.0.2" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.2" />
<PackageVersion Include="System.Memory" Version="4.5.0" />
<PackageVersion Include="System.Memory" Version="4.5.5" />
</ItemGroup>
</Project>

0 comments on commit d0eb9a7

Please sign in to comment.