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

Commit ee0cd14

Browse files
committed
publish profiles
1 parent ebdef8c commit ee0cd14

27 files changed

+9047
-619
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,14 @@ TakeMyTime.Tests.Common/bin/Release/netcoreapp3.1/TakeMyTime.Tests.Common.dll
277277
TakeMyTime.WPF/Properties/PublishProfiles/Release.pubxml
278278
TakeMyTime.WPF/TakeMyTime.WPF.csproj.user
279279

280+
*.dll
281+
*.so
282+
*.cache
283+
*.lock
284+
.vs/TakeMyTime.NETCore/v16/Server/sqlite3/db.lock
285+
*.lock
286+
.vs/TakeMyTime.NETCore/v16/Server/sqlite3/db.lock
287+
.vs/TakeMyTime.NETCore/v16/Server/sqlite3/storage.ide-wal
288+
.vs/TakeMyTime.NETCore/v16/Server/sqlite3/storage.ide-shm
289+
.vs/TakeMyTime.NETCore/v16/Server/sqlite3/db.lock
290+
.vs/TakeMyTime.NETCore/v16/.suo
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": 1,
3-
"dgSpecHash": "xWNeER+R3wBnRMUaXBziXwvZXvRE5hnepLmXR7jkfxsMjIszfwOMYagnhGfzTb3tFKLg6BZALVAAW8J6ERZp0Q==",
3+
"dgSpecHash": "tZ4JLstLxflaK5W8yastjmzy/+9+TnWDYfxfeGh21rssvRSNMNyQCukgKQ8orh4/nwL4IQCzKz77exKJaKPIlQ==",
44
"success": true
55
}

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

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,32 @@
5757
],
5858
"assetTargetFallback": true,
5959
"warn": true,
60+
"downloadDependencies": [
61+
{
62+
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
63+
"version": "[3.1.1, 3.1.1]"
64+
},
65+
{
66+
"name": "Microsoft.NETCore.App.Runtime.win-x64",
67+
"version": "[3.1.1, 3.1.1]"
68+
},
69+
{
70+
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
71+
"version": "[3.1.1, 3.1.1]"
72+
}
73+
],
6074
"frameworkReferences": {
6175
"Microsoft.NETCore.App": {
6276
"privateAssets": "all"
6377
}
6478
},
6579
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.101\\RuntimeIdentifierGraph.json"
6680
}
81+
},
82+
"runtimes": {
83+
"win-x64": {
84+
"#import": []
85+
}
6786
}
6887
},
6988
"G:\\Development\\TakeMyTime.NETCore\\TakeMyTime.Common\\TakeMyTime.Common.csproj": {
@@ -112,13 +131,32 @@
112131
],
113132
"assetTargetFallback": true,
114133
"warn": true,
134+
"downloadDependencies": [
135+
{
136+
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
137+
"version": "[3.1.1, 3.1.1]"
138+
},
139+
{
140+
"name": "Microsoft.NETCore.App.Runtime.win-x64",
141+
"version": "[3.1.1, 3.1.1]"
142+
},
143+
{
144+
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
145+
"version": "[3.1.1, 3.1.1]"
146+
}
147+
],
115148
"frameworkReferences": {
116149
"Microsoft.NETCore.App": {
117150
"privateAssets": "all"
118151
}
119152
},
120153
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.101\\RuntimeIdentifierGraph.json"
121154
}
155+
},
156+
"runtimes": {
157+
"win-x64": {
158+
"#import": []
159+
}
122160
}
123161
},
124162
"G:\\Development\\TakeMyTime.NETCore\\TakeMyTime.DAL\\TakeMyTime.DAL.csproj": {
@@ -217,13 +255,32 @@
217255
],
218256
"assetTargetFallback": true,
219257
"warn": true,
258+
"downloadDependencies": [
259+
{
260+
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
261+
"version": "[3.1.1, 3.1.1]"
262+
},
263+
{
264+
"name": "Microsoft.NETCore.App.Runtime.win-x64",
265+
"version": "[3.1.1, 3.1.1]"
266+
},
267+
{
268+
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
269+
"version": "[3.1.1, 3.1.1]"
270+
}
271+
],
220272
"frameworkReferences": {
221273
"Microsoft.NETCore.App": {
222274
"privateAssets": "all"
223275
}
224276
},
225277
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.101\\RuntimeIdentifierGraph.json"
226278
}
279+
},
280+
"runtimes": {
281+
"win-x64": {
282+
"#import": []
283+
}
227284
}
228285
},
229286
"G:\\Development\\TakeMyTime.NETCore\\TakeMyTime.Models\\TakeMyTime.Models.csproj": {
@@ -276,13 +333,32 @@
276333
],
277334
"assetTargetFallback": true,
278335
"warn": true,
336+
"downloadDependencies": [
337+
{
338+
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
339+
"version": "[3.1.1, 3.1.1]"
340+
},
341+
{
342+
"name": "Microsoft.NETCore.App.Runtime.win-x64",
343+
"version": "[3.1.1, 3.1.1]"
344+
},
345+
{
346+
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
347+
"version": "[3.1.1, 3.1.1]"
348+
}
349+
],
279350
"frameworkReferences": {
280351
"Microsoft.NETCore.App": {
281352
"privateAssets": "all"
282353
}
283354
},
284355
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.101\\RuntimeIdentifierGraph.json"
285356
}
357+
},
358+
"runtimes": {
359+
"win-x64": {
360+
"#import": []
361+
}
286362
}
287363
}
288364
}

0 commit comments

Comments
 (0)