Skip to content

Commit 9438135

Browse files
author
Ruben Schmidmeister
authored
Merge pull request #11 from messerli-informatik-ag/update-autofac
Update autofac
2 parents db00409 + 9ac0d5d commit 9438135

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CompositionRoot.sln

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompositionRoot", "Composit
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CompositionRoot.Test", "CompositionRoot.Test\CompositionRoot.Test.csproj", "{61728E32-86C9-4142-A5A8-AF0E4B50EE86}"
99
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{560F9951-90AD-4C89-B6E0-4593967B52F4}"
11+
ProjectSection(SolutionItems) = preProject
12+
changelog.md = changelog.md
13+
Directory.Build.props = Directory.Build.props
14+
paket.dependencies = paket.dependencies
15+
readme.md = readme.md
16+
EndProjectSection
17+
EndProject
1018
Global
1119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1220
Debug|Any CPU = Debug|Any CPU

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ framework auto-detect
22

33
source https://api.nuget.org/v3/index.json
44

5-
nuget Autofac ~> 4.8
5+
nuget Autofac ~> 5.1
66
nuget Microsoft.NET.Test.Sdk ~> 15.9
77
nuget xunit ~> 2.4
88
nuget xunit.runner.visualstudio ~> 2.4

0 commit comments

Comments
 (0)