We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e04de commit 8239974Copy full SHA for 8239974
src/Simplify.Web/CHANGELOG.md
@@ -7,3 +7,4 @@
7
- Microsoft.Owin to 4.2.1
8
- Simplify.DI bump to 4.1.7
9
- Internal Simplify.String.Sources to 1.2.1
10
+- Microsoft.Extensions.Configuration to 5.0.0
src/Simplify.Web/Simplify.Web.csproj
@@ -33,7 +33,7 @@
33
<Reference Include="Microsoft.CSharp" />
34
</ItemGroup>
35
<ItemGroup>
36
- <PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
+ <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
37
<PackageReference Include="Microsoft.Owin" Version="4.2.1" />
38
<PackageReference Include="Simplify.DI" Version="4.1.7" />
39
<PackageReference Include="Simplify.String.Sources" Version="1.2.1" PrivateAssets="All" />
0 commit comments