Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Commit f39ebe7

Browse files
authored
Merge pull request #57 from BinderDyn/Timekeeper
Timekeeper
2 parents 203d4e2 + a84da23 commit f39ebe7

23 files changed

+1435
-49
lines changed

.vs/TakeMyTime.NETCore/v16/.suo

13.5 KB
Binary file not shown.

TakeMyTime.BLL/obj/TakeMyTime.BLL.csproj.nuget.dgspec.json

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,18 @@
5757
],
5858
"assetTargetFallback": true,
5959
"warn": true,
60+
"downloadDependencies": [
61+
{
62+
"name": "Microsoft.AspNetCore.App.Ref",
63+
"version": "[3.1.2, 3.1.2]"
64+
}
65+
],
6066
"frameworkReferences": {
6167
"Microsoft.NETCore.App": {
6268
"privateAssets": "all"
6369
}
6470
},
65-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
71+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
6672
}
6773
}
6874
},
@@ -112,12 +118,18 @@
112118
],
113119
"assetTargetFallback": true,
114120
"warn": true,
121+
"downloadDependencies": [
122+
{
123+
"name": "Microsoft.AspNetCore.App.Ref",
124+
"version": "[3.1.2, 3.1.2]"
125+
}
126+
],
115127
"frameworkReferences": {
116128
"Microsoft.NETCore.App": {
117129
"privateAssets": "all"
118130
}
119131
},
120-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
132+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
121133
}
122134
}
123135
},
@@ -176,6 +188,10 @@
176188
"target": "Package",
177189
"version": "[3.1.0, )"
178190
},
191+
"Microsoft.EntityFrameworkCore.Proxies": {
192+
"target": "Package",
193+
"version": "[3.1.0, )"
194+
},
179195
"Microsoft.EntityFrameworkCore.Relational": {
180196
"target": "Package",
181197
"version": "[3.1.0, )"
@@ -217,12 +233,18 @@
217233
],
218234
"assetTargetFallback": true,
219235
"warn": true,
236+
"downloadDependencies": [
237+
{
238+
"name": "Microsoft.AspNetCore.App.Ref",
239+
"version": "[3.1.2, 3.1.2]"
240+
}
241+
],
220242
"frameworkReferences": {
221243
"Microsoft.NETCore.App": {
222244
"privateAssets": "all"
223245
}
224246
},
225-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
247+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
226248
}
227249
}
228250
},
@@ -276,12 +298,18 @@
276298
],
277299
"assetTargetFallback": true,
278300
"warn": true,
301+
"downloadDependencies": [
302+
{
303+
"name": "Microsoft.AspNetCore.App.Ref",
304+
"version": "[3.1.2, 3.1.2]"
305+
}
306+
],
279307
"frameworkReferences": {
280308
"Microsoft.NETCore.App": {
281309
"privateAssets": "all"
282310
}
283311
},
284-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
312+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
285313
}
286314
}
287315
}

TakeMyTime.BLL/obj/TakeMyTime.BLL.csproj.nuget.g.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
88
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\marvi\.nuget\packages\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder</NuGetPackageFolders>
99
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10-
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.5.0</NuGetToolVersion>
10+
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.6.0</NuGetToolVersion>
1111
</PropertyGroup>
1212
<PropertyGroup>
1313
<MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>

0 commit comments

Comments
 (0)