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

Commit 02ff72b

Browse files
committed
Timekeeper init
1 parent 203d4e2 commit 02ff72b

15 files changed

+135
-18
lines changed

.vs/TakeMyTime.NETCore/v16/.suo

0 Bytes
Binary file not shown.

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

Lines changed: 28 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
},
@@ -217,12 +229,18 @@
217229
],
218230
"assetTargetFallback": true,
219231
"warn": true,
232+
"downloadDependencies": [
233+
{
234+
"name": "Microsoft.AspNetCore.App.Ref",
235+
"version": "[3.1.2, 3.1.2]"
236+
}
237+
],
220238
"frameworkReferences": {
221239
"Microsoft.NETCore.App": {
222240
"privateAssets": "all"
223241
}
224242
},
225-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
243+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
226244
}
227245
}
228246
},
@@ -276,12 +294,18 @@
276294
],
277295
"assetTargetFallback": true,
278296
"warn": true,
297+
"downloadDependencies": [
298+
{
299+
"name": "Microsoft.AspNetCore.App.Ref",
300+
"version": "[3.1.2, 3.1.2]"
301+
}
302+
],
279303
"frameworkReferences": {
280304
"Microsoft.NETCore.App": {
281305
"privateAssets": "all"
282306
}
283307
},
284-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
308+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
285309
}
286310
}
287311
}

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>

TakeMyTime.BLL/obj/project.assets.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6048,12 +6048,18 @@
60486048
],
60496049
"assetTargetFallback": true,
60506050
"warn": true,
6051+
"downloadDependencies": [
6052+
{
6053+
"name": "Microsoft.AspNetCore.App.Ref",
6054+
"version": "[3.1.2, 3.1.2]"
6055+
}
6056+
],
60516057
"frameworkReferences": {
60526058
"Microsoft.NETCore.App": {
60536059
"privateAssets": "all"
60546060
}
60556061
},
6056-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
6062+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
60576063
}
60586064
}
60596065
}

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,18 @@
5050
],
5151
"assetTargetFallback": true,
5252
"warn": true,
53+
"downloadDependencies": [
54+
{
55+
"name": "Microsoft.AspNetCore.App.Ref",
56+
"version": "[3.1.2, 3.1.2]"
57+
}
58+
],
5359
"frameworkReferences": {
5460
"Microsoft.NETCore.App": {
5561
"privateAssets": "all"
5662
}
5763
},
58-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
64+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
5965
}
6066
}
6167
}

TakeMyTime.Common/obj/TakeMyTime.Common.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>

TakeMyTime.Common/obj/project.assets.json

Lines changed: 7 additions & 1 deletion
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
}

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

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,18 @@
5050
],
5151
"assetTargetFallback": true,
5252
"warn": true,
53+
"downloadDependencies": [
54+
{
55+
"name": "Microsoft.AspNetCore.App.Ref",
56+
"version": "[3.1.2, 3.1.2]"
57+
}
58+
],
5359
"frameworkReferences": {
5460
"Microsoft.NETCore.App": {
5561
"privateAssets": "all"
5662
}
5763
},
58-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
64+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
5965
}
6066
}
6167
},
@@ -155,12 +161,18 @@
155161
],
156162
"assetTargetFallback": true,
157163
"warn": true,
164+
"downloadDependencies": [
165+
{
166+
"name": "Microsoft.AspNetCore.App.Ref",
167+
"version": "[3.1.2, 3.1.2]"
168+
}
169+
],
158170
"frameworkReferences": {
159171
"Microsoft.NETCore.App": {
160172
"privateAssets": "all"
161173
}
162174
},
163-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
175+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
164176
}
165177
}
166178
},
@@ -214,12 +226,18 @@
214226
],
215227
"assetTargetFallback": true,
216228
"warn": true,
229+
"downloadDependencies": [
230+
{
231+
"name": "Microsoft.AspNetCore.App.Ref",
232+
"version": "[3.1.2, 3.1.2]"
233+
}
234+
],
217235
"frameworkReferences": {
218236
"Microsoft.NETCore.App": {
219237
"privateAssets": "all"
220238
}
221239
},
222-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
240+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
223241
}
224242
}
225243
}

TakeMyTime.DAL/obj/TakeMyTime.DAL.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>

TakeMyTime.DAL/obj/project.assets.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6220,12 +6220,18 @@
62206220
],
62216221
"assetTargetFallback": true,
62226222
"warn": true,
6223+
"downloadDependencies": [
6224+
{
6225+
"name": "Microsoft.AspNetCore.App.Ref",
6226+
"version": "[3.1.2, 3.1.2]"
6227+
}
6228+
],
62236229
"frameworkReferences": {
62246230
"Microsoft.NETCore.App": {
62256231
"privateAssets": "all"
62266232
}
62276233
},
6228-
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.201\\RuntimeIdentifierGraph.json"
6234+
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.300\\RuntimeIdentifierGraph.json"
62296235
}
62306236
}
62316237
}

0 commit comments

Comments
 (0)