Skip to content

Commit f00f370

Browse files
authored
microsoft extensions downgrade (#7)
1 parent aaf5764 commit f00f370

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

GoogleSecrets/GoogleSecrets.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Company>Neolution AG</Company>
1010
<Product>Add Google Secrets to the Configuration</Product>
1111
<GenerateDocumentationFile>true</GenerateDocumentationFile>
12-
<PackageVersion>1.1.5</PackageVersion>
12+
<PackageVersion>1.1.6</PackageVersion>
1313
</PropertyGroup>
1414

1515
<ItemGroup>
@@ -21,9 +21,9 @@
2121

2222
<ItemGroup>
2323
<PackageReference Include="Google.Cloud.SecretManager.V1" Version="1.8.0" />
24-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="6.0.0" />
25-
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
26-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
24+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.0" />
25+
<PackageReference Include="Microsoft.Extensions.Logging" Version="3.1.0" />
26+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.0" />
2727
</ItemGroup>
2828

2929
</Project>

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Simply run the command `gcloud auth application-default login` (after you have r
7575

7676
## Version History
7777

78+
- 1.1.6
79+
- Downgraded Microsoft.Extension packages from 6.0.0 to 3.1.0
7880
- 1.1.5
7981
- Back to .NET Standard 2.1
8082
- 1.1.4

0 commit comments

Comments
 (0)