Skip to content

Commit

Permalink
Downgrade Autofac.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Nov 29, 2023
1 parent dbd96da commit 75f9ec9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cogito.Seq.Autofac/Cogito.Seq.Autofac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Cogito.Autofac" Version="5.0.0" />
<PackageReference Include="Cogito.Extensions.Options.Configuration.Autofac" Version="2.0.19" />
<PackageReference Include="Cogito.Autofac" Version="5.0.4" />
<PackageReference Include="Cogito.Extensions.Options.Configuration.Autofac" Version="3.0.3" />
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 4 additions & 4 deletions Cogito.Seq.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29721.120
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7271F8CF-C4EC-47FE-91F3-FF3331482C4F}"
ProjectSection(SolutionItems) = preProject
Expand All @@ -13,9 +13,9 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.Seq", "Cogito.Seq\Co
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.Seq.Autofac", "Cogito.Seq.Autofac\Cogito.Seq.Autofac.csproj", "{22DAF356-6F10-45EA-A435-26DDEA0C56AB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cogito.Seq.Serilog", "Cogito.Seq.Serilog\Cogito.Seq.Serilog.csproj", "{B3CEF10D-76ED-40A3-B73E-9C65606EB7C0}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.Seq.Serilog", "Cogito.Seq.Serilog\Cogito.Seq.Serilog.csproj", "{B3CEF10D-76ED-40A3-B73E-9C65606EB7C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cogito.Seq.Serilog.Autofac", "Cogito.Seq.Serilog.Autofac\Cogito.Seq.Serilog.Autofac.csproj", "{CF3DB072-F5A6-4540-A1F5-4C452CFB56D9}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cogito.Seq.Serilog.Autofac", "Cogito.Seq.Serilog.Autofac\Cogito.Seq.Serilog.Autofac.csproj", "{CF3DB072-F5A6-4540-A1F5-4C452CFB56D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy:
server: https://nuget.pkg.github.com/alethic/index.json
username: wasabii
api_key:
secure: AEgTor17HOIs8YXyEDMsX2VmY+wyNmHhyu/fbc2zYEdIfl1ljq/2/+rsa9czOx9Z
secure: ynz3NTx4QcecEKyrBhIUtvG2lxSORrFEhwe4if7ORBN6YW5UI0Jb95/k/3r1uGpd
skip_symbols: false
symbol_server:
artifact: /.*\.nupkg/

0 comments on commit 75f9ec9

Please sign in to comment.