Skip to content

Commit e573f5e

Browse files
committed
fix tests that leave hanging connections
move to net451 instead of net45 tidy up and remove lock files ignore lock.json files
1 parent a9d74a7 commit e573f5e

File tree

11 files changed

+16
-25146
lines changed

11 files changed

+16
-25146
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ TestResult.xml
1919
/NuGet
2020
rabbit-mock.snk
2121
.vscode/
22+
*.lock.json
2223

2324
test.sh
2425
*.VisualState.xml

projects/client/RabbitMQ.Client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
},
1717
"frameworks": {
18-
"net45": {},
18+
"net451": {},
1919
/*
2020
".NETPortable,Version=v4.0,Profile=Profile32":{
2121
"buildOptions": {

0 commit comments

Comments
 (0)