@pritamkap/my-npm-package-test 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/Umbraco17Project/Program.cs +26 -0
  2. package/Umbraco17Project/Properties/launchSettings.json +29 -0
  3. package/Umbraco17Project/Umbraco17Project.csproj +31 -0
  4. package/Umbraco17Project/Views/Partials/blockgrid/area.cshtml +10 -0
  5. package/Umbraco17Project/Views/Partials/blockgrid/areas.cshtml +13 -0
  6. package/Umbraco17Project/Views/Partials/blockgrid/default.cshtml +10 -0
  7. package/Umbraco17Project/Views/Partials/blockgrid/items.cshtml +36 -0
  8. package/Umbraco17Project/Views/Partials/blocklist/default.cshtml +13 -0
  9. package/Umbraco17Project/Views/Partials/singleblock/default.cshtml +9 -0
  10. package/Umbraco17Project/Views/_ViewImports.cshtml +6 -0
  11. package/Umbraco17Project/appsettings.Development.json +30 -0
  12. package/Umbraco17Project/appsettings.json +33 -0
  13. package/Umbraco17Project/obj/Debug/net10.0/.NETCoreApp,Version=v10.0.AssemblyAttributes.cs +4 -0
  14. package/Umbraco17Project/obj/Debug/net10.0/Umbraco17Project.AssemblyInfo.cs +22 -0
  15. package/Umbraco17Project/obj/Debug/net10.0/Umbraco17Project.GeneratedMSBuildEditorConfig.editorconfig +31 -0
  16. package/Umbraco17Project/obj/Debug/net10.0/Umbraco17Project.GlobalUsings.g.cs +19 -0
  17. package/Umbraco17Project/obj/Debug/net10.0/Umbraco17Project.RazorAssemblyInfo.cs +18 -0
  18. package/Umbraco17Project/obj/Umbraco17Project.csproj.nuget.dgspec.json +504 -0
  19. package/Umbraco17Project/obj/Umbraco17Project.csproj.nuget.g.props +28 -0
  20. package/Umbraco17Project/obj/Umbraco17Project.csproj.nuget.g.targets +11 -0
  21. package/Umbraco17Project/obj/project.assets.json +12933 -0
  22. package/Umbraco17Project/wwwroot/favicon.ico +0 -0
  23. package/api.js +16 -0
  24. package/index.js +4 -4
  25. package/my-npm-package.sln +24 -0
  26. package/package.json +1 -1
  27. package/test.js +0 -3
@@ -0,0 +1,504 @@
1
+ {
2
+ "format": 1,
3
+ "restore": {
4
+ "C:\\data\\my-npm-package\\Umbraco17Project\\Umbraco17Project.csproj": {}
5
+ },
6
+ "projects": {
7
+ "C:\\data\\my-npm-package\\Umbraco17Project\\Umbraco17Project.csproj": {
8
+ "version": "1.0.0",
9
+ "restore": {
10
+ "projectUniqueName": "C:\\data\\my-npm-package\\Umbraco17Project\\Umbraco17Project.csproj",
11
+ "projectName": "Umbraco17Project",
12
+ "projectPath": "C:\\data\\my-npm-package\\Umbraco17Project\\Umbraco17Project.csproj",
13
+ "packagesPath": "C:\\Users\\pritam.kap\\.nuget\\packages\\",
14
+ "outputPath": "C:\\data\\my-npm-package\\Umbraco17Project\\obj\\",
15
+ "projectStyle": "PackageReference",
16
+ "fallbackFolders": [
17
+ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
18
+ ],
19
+ "configFilePaths": [
20
+ "C:\\Users\\pritam.kap\\AppData\\Roaming\\NuGet\\NuGet.Config",
21
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
22
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
23
+ ],
24
+ "originalTargetFrameworks": [
25
+ "net10.0"
26
+ ],
27
+ "sources": {
28
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
29
+ "https://api.nuget.org/v3/index.json": {}
30
+ },
31
+ "frameworks": {
32
+ "net10.0": {
33
+ "targetAlias": "net10.0",
34
+ "projectReferences": {}
35
+ }
36
+ },
37
+ "warningProperties": {
38
+ "warnAsError": [
39
+ "NU1605"
40
+ ]
41
+ },
42
+ "restoreAuditProperties": {
43
+ "enableAudit": "true",
44
+ "auditLevel": "low",
45
+ "auditMode": "all"
46
+ },
47
+ "SdkAnalysisLevel": "10.0.100"
48
+ },
49
+ "frameworks": {
50
+ "net10.0": {
51
+ "targetAlias": "net10.0",
52
+ "dependencies": {
53
+ "Microsoft.ICU.ICU4C.Runtime": {
54
+ "target": "Package",
55
+ "version": "[72.1.0.3, )"
56
+ },
57
+ "Umbraco.Cms": {
58
+ "target": "Package",
59
+ "version": "[17.0.2, )"
60
+ },
61
+ "Umbraco.Cms.DevelopmentMode.Backoffice": {
62
+ "target": "Package",
63
+ "version": "[17.0.2, )"
64
+ }
65
+ },
66
+ "imports": [
67
+ "net461",
68
+ "net462",
69
+ "net47",
70
+ "net471",
71
+ "net472",
72
+ "net48",
73
+ "net481"
74
+ ],
75
+ "assetTargetFallback": true,
76
+ "warn": true,
77
+ "frameworkReferences": {
78
+ "Microsoft.AspNetCore.App": {
79
+ "privateAssets": "none"
80
+ },
81
+ "Microsoft.NETCore.App": {
82
+ "privateAssets": "all"
83
+ }
84
+ },
85
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.101/PortableRuntimeIdentifierGraph.json",
86
+ "packagesToPrune": {
87
+ "Microsoft.AspNetCore": "(,10.0.32767]",
88
+ "Microsoft.AspNetCore.Antiforgery": "(,10.0.32767]",
89
+ "Microsoft.AspNetCore.App": "(,10.0.32767]",
90
+ "Microsoft.AspNetCore.Authentication": "(,10.0.32767]",
91
+ "Microsoft.AspNetCore.Authentication.Abstractions": "(,10.0.32767]",
92
+ "Microsoft.AspNetCore.Authentication.BearerToken": "(,10.0.32767]",
93
+ "Microsoft.AspNetCore.Authentication.Cookies": "(,10.0.32767]",
94
+ "Microsoft.AspNetCore.Authentication.Core": "(,10.0.32767]",
95
+ "Microsoft.AspNetCore.Authentication.OAuth": "(,10.0.32767]",
96
+ "Microsoft.AspNetCore.Authorization": "(,10.0.32767]",
97
+ "Microsoft.AspNetCore.Authorization.Policy": "(,10.0.32767]",
98
+ "Microsoft.AspNetCore.Components": "(,10.0.32767]",
99
+ "Microsoft.AspNetCore.Components.Authorization": "(,10.0.32767]",
100
+ "Microsoft.AspNetCore.Components.Endpoints": "(,10.0.32767]",
101
+ "Microsoft.AspNetCore.Components.Forms": "(,10.0.32767]",
102
+ "Microsoft.AspNetCore.Components.Server": "(,10.0.32767]",
103
+ "Microsoft.AspNetCore.Components.Web": "(,10.0.32767]",
104
+ "Microsoft.AspNetCore.Connections.Abstractions": "(,10.0.32767]",
105
+ "Microsoft.AspNetCore.CookiePolicy": "(,10.0.32767]",
106
+ "Microsoft.AspNetCore.Cors": "(,10.0.32767]",
107
+ "Microsoft.AspNetCore.Cryptography.Internal": "(,10.0.32767]",
108
+ "Microsoft.AspNetCore.Cryptography.KeyDerivation": "(,10.0.32767]",
109
+ "Microsoft.AspNetCore.DataProtection": "(,10.0.32767]",
110
+ "Microsoft.AspNetCore.DataProtection.Abstractions": "(,10.0.32767]",
111
+ "Microsoft.AspNetCore.DataProtection.Extensions": "(,10.0.32767]",
112
+ "Microsoft.AspNetCore.Diagnostics": "(,10.0.32767]",
113
+ "Microsoft.AspNetCore.Diagnostics.Abstractions": "(,10.0.32767]",
114
+ "Microsoft.AspNetCore.Diagnostics.HealthChecks": "(,10.0.32767]",
115
+ "Microsoft.AspNetCore.HostFiltering": "(,10.0.32767]",
116
+ "Microsoft.AspNetCore.Hosting": "(,10.0.32767]",
117
+ "Microsoft.AspNetCore.Hosting.Abstractions": "(,10.0.32767]",
118
+ "Microsoft.AspNetCore.Hosting.Server.Abstractions": "(,10.0.32767]",
119
+ "Microsoft.AspNetCore.Html.Abstractions": "(,10.0.32767]",
120
+ "Microsoft.AspNetCore.Http": "(,10.0.32767]",
121
+ "Microsoft.AspNetCore.Http.Abstractions": "(,10.0.32767]",
122
+ "Microsoft.AspNetCore.Http.Connections": "(,10.0.32767]",
123
+ "Microsoft.AspNetCore.Http.Connections.Common": "(,10.0.32767]",
124
+ "Microsoft.AspNetCore.Http.Extensions": "(,10.0.32767]",
125
+ "Microsoft.AspNetCore.Http.Features": "(,10.0.32767]",
126
+ "Microsoft.AspNetCore.Http.Results": "(,10.0.32767]",
127
+ "Microsoft.AspNetCore.HttpLogging": "(,10.0.32767]",
128
+ "Microsoft.AspNetCore.HttpOverrides": "(,10.0.32767]",
129
+ "Microsoft.AspNetCore.HttpsPolicy": "(,10.0.32767]",
130
+ "Microsoft.AspNetCore.Identity": "(,10.0.32767]",
131
+ "Microsoft.AspNetCore.Localization": "(,10.0.32767]",
132
+ "Microsoft.AspNetCore.Localization.Routing": "(,10.0.32767]",
133
+ "Microsoft.AspNetCore.Metadata": "(,10.0.32767]",
134
+ "Microsoft.AspNetCore.Mvc": "(,10.0.32767]",
135
+ "Microsoft.AspNetCore.Mvc.Abstractions": "(,10.0.32767]",
136
+ "Microsoft.AspNetCore.Mvc.ApiExplorer": "(,10.0.32767]",
137
+ "Microsoft.AspNetCore.Mvc.Core": "(,10.0.32767]",
138
+ "Microsoft.AspNetCore.Mvc.Cors": "(,10.0.32767]",
139
+ "Microsoft.AspNetCore.Mvc.DataAnnotations": "(,10.0.32767]",
140
+ "Microsoft.AspNetCore.Mvc.Formatters.Json": "(,10.0.32767]",
141
+ "Microsoft.AspNetCore.Mvc.Formatters.Xml": "(,10.0.32767]",
142
+ "Microsoft.AspNetCore.Mvc.Localization": "(,10.0.32767]",
143
+ "Microsoft.AspNetCore.Mvc.Razor": "(,10.0.32767]",
144
+ "Microsoft.AspNetCore.Mvc.RazorPages": "(,10.0.32767]",
145
+ "Microsoft.AspNetCore.Mvc.TagHelpers": "(,10.0.32767]",
146
+ "Microsoft.AspNetCore.Mvc.ViewFeatures": "(,10.0.32767]",
147
+ "Microsoft.AspNetCore.OutputCaching": "(,10.0.32767]",
148
+ "Microsoft.AspNetCore.RateLimiting": "(,10.0.32767]",
149
+ "Microsoft.AspNetCore.Razor": "(,10.0.32767]",
150
+ "Microsoft.AspNetCore.Razor.Runtime": "(,10.0.32767]",
151
+ "Microsoft.AspNetCore.RequestDecompression": "(,10.0.32767]",
152
+ "Microsoft.AspNetCore.ResponseCaching": "(,10.0.32767]",
153
+ "Microsoft.AspNetCore.ResponseCaching.Abstractions": "(,10.0.32767]",
154
+ "Microsoft.AspNetCore.ResponseCompression": "(,10.0.32767]",
155
+ "Microsoft.AspNetCore.Rewrite": "(,10.0.32767]",
156
+ "Microsoft.AspNetCore.Routing": "(,10.0.32767]",
157
+ "Microsoft.AspNetCore.Routing.Abstractions": "(,10.0.32767]",
158
+ "Microsoft.AspNetCore.Server.HttpSys": "(,10.0.32767]",
159
+ "Microsoft.AspNetCore.Server.IIS": "(,10.0.32767]",
160
+ "Microsoft.AspNetCore.Server.IISIntegration": "(,10.0.32767]",
161
+ "Microsoft.AspNetCore.Server.Kestrel": "(,10.0.32767]",
162
+ "Microsoft.AspNetCore.Server.Kestrel.Core": "(,10.0.32767]",
163
+ "Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes": "(,10.0.32767]",
164
+ "Microsoft.AspNetCore.Server.Kestrel.Transport.Quic": "(,10.0.32767]",
165
+ "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "(,10.0.32767]",
166
+ "Microsoft.AspNetCore.Session": "(,10.0.32767]",
167
+ "Microsoft.AspNetCore.SignalR": "(,10.0.32767]",
168
+ "Microsoft.AspNetCore.SignalR.Common": "(,10.0.32767]",
169
+ "Microsoft.AspNetCore.SignalR.Core": "(,10.0.32767]",
170
+ "Microsoft.AspNetCore.SignalR.Protocols.Json": "(,10.0.32767]",
171
+ "Microsoft.AspNetCore.StaticAssets": "(,10.0.32767]",
172
+ "Microsoft.AspNetCore.StaticFiles": "(,10.0.32767]",
173
+ "Microsoft.AspNetCore.WebSockets": "(,10.0.32767]",
174
+ "Microsoft.AspNetCore.WebUtilities": "(,10.0.32767]",
175
+ "Microsoft.CSharp": "(,4.7.32767]",
176
+ "Microsoft.Extensions.Caching.Abstractions": "(,10.0.32767]",
177
+ "Microsoft.Extensions.Caching.Memory": "(,10.0.32767]",
178
+ "Microsoft.Extensions.Configuration": "(,10.0.32767]",
179
+ "Microsoft.Extensions.Configuration.Abstractions": "(,10.0.32767]",
180
+ "Microsoft.Extensions.Configuration.Binder": "(,10.0.32767]",
181
+ "Microsoft.Extensions.Configuration.CommandLine": "(,10.0.32767]",
182
+ "Microsoft.Extensions.Configuration.EnvironmentVariables": "(,10.0.32767]",
183
+ "Microsoft.Extensions.Configuration.FileExtensions": "(,10.0.32767]",
184
+ "Microsoft.Extensions.Configuration.Ini": "(,10.0.32767]",
185
+ "Microsoft.Extensions.Configuration.Json": "(,10.0.32767]",
186
+ "Microsoft.Extensions.Configuration.KeyPerFile": "(,10.0.32767]",
187
+ "Microsoft.Extensions.Configuration.UserSecrets": "(,10.0.32767]",
188
+ "Microsoft.Extensions.Configuration.Xml": "(,10.0.32767]",
189
+ "Microsoft.Extensions.DependencyInjection": "(,10.0.32767]",
190
+ "Microsoft.Extensions.DependencyInjection.Abstractions": "(,10.0.32767]",
191
+ "Microsoft.Extensions.Diagnostics": "(,10.0.32767]",
192
+ "Microsoft.Extensions.Diagnostics.Abstractions": "(,10.0.32767]",
193
+ "Microsoft.Extensions.Diagnostics.HealthChecks": "(,10.0.32767]",
194
+ "Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions": "(,10.0.32767]",
195
+ "Microsoft.Extensions.Features": "(,10.0.32767]",
196
+ "Microsoft.Extensions.FileProviders.Abstractions": "(,10.0.32767]",
197
+ "Microsoft.Extensions.FileProviders.Composite": "(,10.0.32767]",
198
+ "Microsoft.Extensions.FileProviders.Physical": "(,10.0.32767]",
199
+ "Microsoft.Extensions.FileSystemGlobbing": "(,10.0.32767]",
200
+ "Microsoft.Extensions.Hosting": "(,10.0.32767]",
201
+ "Microsoft.Extensions.Hosting.Abstractions": "(,10.0.32767]",
202
+ "Microsoft.Extensions.Http": "(,10.0.32767]",
203
+ "Microsoft.Extensions.Identity.Core": "(,10.0.32767]",
204
+ "Microsoft.Extensions.Identity.Stores": "(,10.0.32767]",
205
+ "Microsoft.Extensions.Localization": "(,10.0.32767]",
206
+ "Microsoft.Extensions.Localization.Abstractions": "(,10.0.32767]",
207
+ "Microsoft.Extensions.Logging": "(,10.0.32767]",
208
+ "Microsoft.Extensions.Logging.Abstractions": "(,10.0.32767]",
209
+ "Microsoft.Extensions.Logging.Configuration": "(,10.0.32767]",
210
+ "Microsoft.Extensions.Logging.Console": "(,10.0.32767]",
211
+ "Microsoft.Extensions.Logging.Debug": "(,10.0.32767]",
212
+ "Microsoft.Extensions.Logging.EventLog": "(,10.0.32767]",
213
+ "Microsoft.Extensions.Logging.EventSource": "(,10.0.32767]",
214
+ "Microsoft.Extensions.Logging.TraceSource": "(,10.0.32767]",
215
+ "Microsoft.Extensions.ObjectPool": "(,10.0.32767]",
216
+ "Microsoft.Extensions.Options": "(,10.0.32767]",
217
+ "Microsoft.Extensions.Options.ConfigurationExtensions": "(,10.0.32767]",
218
+ "Microsoft.Extensions.Options.DataAnnotations": "(,10.0.32767]",
219
+ "Microsoft.Extensions.Primitives": "(,10.0.32767]",
220
+ "Microsoft.Extensions.Validation": "(,10.0.32767]",
221
+ "Microsoft.Extensions.WebEncoders": "(,10.0.32767]",
222
+ "Microsoft.JSInterop": "(,10.0.32767]",
223
+ "Microsoft.Net.Http.Headers": "(,10.0.32767]",
224
+ "Microsoft.VisualBasic": "(,10.4.32767]",
225
+ "Microsoft.Win32.Primitives": "(,4.3.32767]",
226
+ "Microsoft.Win32.Registry": "(,5.0.32767]",
227
+ "runtime.any.System.Collections": "(,4.3.32767]",
228
+ "runtime.any.System.Diagnostics.Tools": "(,4.3.32767]",
229
+ "runtime.any.System.Diagnostics.Tracing": "(,4.3.32767]",
230
+ "runtime.any.System.Globalization": "(,4.3.32767]",
231
+ "runtime.any.System.Globalization.Calendars": "(,4.3.32767]",
232
+ "runtime.any.System.IO": "(,4.3.32767]",
233
+ "runtime.any.System.Reflection": "(,4.3.32767]",
234
+ "runtime.any.System.Reflection.Extensions": "(,4.3.32767]",
235
+ "runtime.any.System.Reflection.Primitives": "(,4.3.32767]",
236
+ "runtime.any.System.Resources.ResourceManager": "(,4.3.32767]",
237
+ "runtime.any.System.Runtime": "(,4.3.32767]",
238
+ "runtime.any.System.Runtime.Handles": "(,4.3.32767]",
239
+ "runtime.any.System.Runtime.InteropServices": "(,4.3.32767]",
240
+ "runtime.any.System.Text.Encoding": "(,4.3.32767]",
241
+ "runtime.any.System.Text.Encoding.Extensions": "(,4.3.32767]",
242
+ "runtime.any.System.Threading.Tasks": "(,4.3.32767]",
243
+ "runtime.any.System.Threading.Timer": "(,4.3.32767]",
244
+ "runtime.aot.System.Collections": "(,4.3.32767]",
245
+ "runtime.aot.System.Diagnostics.Tools": "(,4.3.32767]",
246
+ "runtime.aot.System.Diagnostics.Tracing": "(,4.3.32767]",
247
+ "runtime.aot.System.Globalization": "(,4.3.32767]",
248
+ "runtime.aot.System.Globalization.Calendars": "(,4.3.32767]",
249
+ "runtime.aot.System.IO": "(,4.3.32767]",
250
+ "runtime.aot.System.Reflection": "(,4.3.32767]",
251
+ "runtime.aot.System.Reflection.Extensions": "(,4.3.32767]",
252
+ "runtime.aot.System.Reflection.Primitives": "(,4.3.32767]",
253
+ "runtime.aot.System.Resources.ResourceManager": "(,4.3.32767]",
254
+ "runtime.aot.System.Runtime": "(,4.3.32767]",
255
+ "runtime.aot.System.Runtime.Handles": "(,4.3.32767]",
256
+ "runtime.aot.System.Runtime.InteropServices": "(,4.3.32767]",
257
+ "runtime.aot.System.Text.Encoding": "(,4.3.32767]",
258
+ "runtime.aot.System.Text.Encoding.Extensions": "(,4.3.32767]",
259
+ "runtime.aot.System.Threading.Tasks": "(,4.3.32767]",
260
+ "runtime.aot.System.Threading.Timer": "(,4.3.32767]",
261
+ "runtime.debian.8-x64.runtime.native.System": "(,4.3.32767]",
262
+ "runtime.debian.8-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
263
+ "runtime.debian.8-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
264
+ "runtime.debian.8-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
265
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
266
+ "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
267
+ "runtime.debian.9-x64.runtime.native.System": "(,4.3.32767]",
268
+ "runtime.debian.9-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
269
+ "runtime.debian.9-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
270
+ "runtime.debian.9-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
271
+ "runtime.fedora.23-x64.runtime.native.System": "(,4.3.32767]",
272
+ "runtime.fedora.23-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
273
+ "runtime.fedora.23-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
274
+ "runtime.fedora.23-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
275
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
276
+ "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
277
+ "runtime.fedora.24-x64.runtime.native.System": "(,4.3.32767]",
278
+ "runtime.fedora.24-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
279
+ "runtime.fedora.24-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
280
+ "runtime.fedora.24-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
281
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
282
+ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
283
+ "runtime.fedora.27-x64.runtime.native.System": "(,4.3.32767]",
284
+ "runtime.fedora.27-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
285
+ "runtime.fedora.27-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
286
+ "runtime.fedora.27-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
287
+ "runtime.fedora.28-x64.runtime.native.System": "(,4.3.32767]",
288
+ "runtime.fedora.28-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
289
+ "runtime.fedora.28-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
290
+ "runtime.fedora.28-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
291
+ "runtime.opensuse.13.2-x64.runtime.native.System": "(,4.3.32767]",
292
+ "runtime.opensuse.13.2-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
293
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
294
+ "runtime.opensuse.13.2-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
295
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
296
+ "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
297
+ "runtime.opensuse.42.1-x64.runtime.native.System": "(,4.3.32767]",
298
+ "runtime.opensuse.42.1-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
299
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
300
+ "runtime.opensuse.42.1-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
301
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
302
+ "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
303
+ "runtime.opensuse.42.3-x64.runtime.native.System": "(,4.3.32767]",
304
+ "runtime.opensuse.42.3-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
305
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
306
+ "runtime.opensuse.42.3-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
307
+ "runtime.osx.10.10-x64.runtime.native.System": "(,4.3.32767]",
308
+ "runtime.osx.10.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
309
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
310
+ "runtime.osx.10.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
311
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
312
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "(,4.3.32767]",
313
+ "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
314
+ "runtime.rhel.7-x64.runtime.native.System": "(,4.3.32767]",
315
+ "runtime.rhel.7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
316
+ "runtime.rhel.7-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
317
+ "runtime.rhel.7-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
318
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
319
+ "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
320
+ "runtime.ubuntu.14.04-x64.runtime.native.System": "(,4.3.32767]",
321
+ "runtime.ubuntu.14.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
322
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
323
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
324
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
325
+ "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
326
+ "runtime.ubuntu.16.04-x64.runtime.native.System": "(,4.3.32767]",
327
+ "runtime.ubuntu.16.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
328
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
329
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
330
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
331
+ "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
332
+ "runtime.ubuntu.16.10-x64.runtime.native.System": "(,4.3.32767]",
333
+ "runtime.ubuntu.16.10-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
334
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
335
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
336
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography": "(,4.3.32767]",
337
+ "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "(,4.3.32767]",
338
+ "runtime.ubuntu.18.04-x64.runtime.native.System": "(,4.3.32767]",
339
+ "runtime.ubuntu.18.04-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
340
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Http": "(,4.3.32767]",
341
+ "runtime.ubuntu.18.04-x64.runtime.native.System.Net.Security": "(,4.3.32767]",
342
+ "runtime.unix.Microsoft.Win32.Primitives": "(,4.3.32767]",
343
+ "runtime.unix.System.Console": "(,4.3.32767]",
344
+ "runtime.unix.System.Diagnostics.Debug": "(,4.3.32767]",
345
+ "runtime.unix.System.IO.FileSystem": "(,4.3.32767]",
346
+ "runtime.unix.System.Net.Primitives": "(,4.3.32767]",
347
+ "runtime.unix.System.Net.Sockets": "(,4.3.32767]",
348
+ "runtime.unix.System.Private.Uri": "(,4.3.32767]",
349
+ "runtime.unix.System.Runtime.Extensions": "(,4.3.32767]",
350
+ "runtime.win.Microsoft.Win32.Primitives": "(,4.3.32767]",
351
+ "runtime.win.System.Console": "(,4.3.32767]",
352
+ "runtime.win.System.Diagnostics.Debug": "(,4.3.32767]",
353
+ "runtime.win.System.IO.FileSystem": "(,4.3.32767]",
354
+ "runtime.win.System.Net.Primitives": "(,4.3.32767]",
355
+ "runtime.win.System.Net.Sockets": "(,4.3.32767]",
356
+ "runtime.win.System.Runtime.Extensions": "(,4.3.32767]",
357
+ "runtime.win10-arm-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
358
+ "runtime.win10-arm64.runtime.native.System.IO.Compression": "(,4.3.32767]",
359
+ "runtime.win10-x64-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
360
+ "runtime.win10-x86-aot.runtime.native.System.IO.Compression": "(,4.0.32767]",
361
+ "runtime.win7-x64.runtime.native.System.IO.Compression": "(,4.3.32767]",
362
+ "runtime.win7-x86.runtime.native.System.IO.Compression": "(,4.3.32767]",
363
+ "runtime.win7.System.Private.Uri": "(,4.3.32767]",
364
+ "runtime.win8-arm.runtime.native.System.IO.Compression": "(,4.3.32767]",
365
+ "System.AppContext": "(,4.3.32767]",
366
+ "System.Buffers": "(,5.0.32767]",
367
+ "System.Collections": "(,4.3.32767]",
368
+ "System.Collections.Concurrent": "(,4.3.32767]",
369
+ "System.Collections.Immutable": "(,10.0.32767]",
370
+ "System.Collections.NonGeneric": "(,4.3.32767]",
371
+ "System.Collections.Specialized": "(,4.3.32767]",
372
+ "System.ComponentModel": "(,4.3.32767]",
373
+ "System.ComponentModel.Annotations": "(,4.3.32767]",
374
+ "System.ComponentModel.EventBasedAsync": "(,4.3.32767]",
375
+ "System.ComponentModel.Primitives": "(,4.3.32767]",
376
+ "System.ComponentModel.TypeConverter": "(,4.3.32767]",
377
+ "System.Console": "(,4.3.32767]",
378
+ "System.Data.Common": "(,4.3.32767]",
379
+ "System.Data.DataSetExtensions": "(,4.4.32767]",
380
+ "System.Diagnostics.Contracts": "(,4.3.32767]",
381
+ "System.Diagnostics.Debug": "(,4.3.32767]",
382
+ "System.Diagnostics.DiagnosticSource": "(,10.0.32767]",
383
+ "System.Diagnostics.EventLog": "(,10.0.32767]",
384
+ "System.Diagnostics.FileVersionInfo": "(,4.3.32767]",
385
+ "System.Diagnostics.Process": "(,4.3.32767]",
386
+ "System.Diagnostics.StackTrace": "(,4.3.32767]",
387
+ "System.Diagnostics.TextWriterTraceListener": "(,4.3.32767]",
388
+ "System.Diagnostics.Tools": "(,4.3.32767]",
389
+ "System.Diagnostics.TraceSource": "(,4.3.32767]",
390
+ "System.Diagnostics.Tracing": "(,4.3.32767]",
391
+ "System.Drawing.Primitives": "(,4.3.32767]",
392
+ "System.Dynamic.Runtime": "(,4.3.32767]",
393
+ "System.Formats.Asn1": "(,10.0.32767]",
394
+ "System.Formats.Cbor": "(,10.0.32767]",
395
+ "System.Formats.Tar": "(,10.0.32767]",
396
+ "System.Globalization": "(,4.3.32767]",
397
+ "System.Globalization.Calendars": "(,4.3.32767]",
398
+ "System.Globalization.Extensions": "(,4.3.32767]",
399
+ "System.IO": "(,4.3.32767]",
400
+ "System.IO.Compression": "(,4.3.32767]",
401
+ "System.IO.Compression.ZipFile": "(,4.3.32767]",
402
+ "System.IO.FileSystem": "(,4.3.32767]",
403
+ "System.IO.FileSystem.AccessControl": "(,4.4.32767]",
404
+ "System.IO.FileSystem.DriveInfo": "(,4.3.32767]",
405
+ "System.IO.FileSystem.Primitives": "(,4.3.32767]",
406
+ "System.IO.FileSystem.Watcher": "(,4.3.32767]",
407
+ "System.IO.IsolatedStorage": "(,4.3.32767]",
408
+ "System.IO.MemoryMappedFiles": "(,4.3.32767]",
409
+ "System.IO.Pipelines": "(,10.0.32767]",
410
+ "System.IO.Pipes": "(,4.3.32767]",
411
+ "System.IO.Pipes.AccessControl": "(,5.0.32767]",
412
+ "System.IO.UnmanagedMemoryStream": "(,4.3.32767]",
413
+ "System.Linq": "(,4.3.32767]",
414
+ "System.Linq.AsyncEnumerable": "(,10.0.32767]",
415
+ "System.Linq.Expressions": "(,4.3.32767]",
416
+ "System.Linq.Parallel": "(,4.3.32767]",
417
+ "System.Linq.Queryable": "(,4.3.32767]",
418
+ "System.Memory": "(,5.0.32767]",
419
+ "System.Net.Http": "(,4.3.32767]",
420
+ "System.Net.Http.Json": "(,10.0.32767]",
421
+ "System.Net.NameResolution": "(,4.3.32767]",
422
+ "System.Net.NetworkInformation": "(,4.3.32767]",
423
+ "System.Net.Ping": "(,4.3.32767]",
424
+ "System.Net.Primitives": "(,4.3.32767]",
425
+ "System.Net.Requests": "(,4.3.32767]",
426
+ "System.Net.Security": "(,4.3.32767]",
427
+ "System.Net.ServerSentEvents": "(,10.0.32767]",
428
+ "System.Net.Sockets": "(,4.3.32767]",
429
+ "System.Net.WebHeaderCollection": "(,4.3.32767]",
430
+ "System.Net.WebSockets": "(,4.3.32767]",
431
+ "System.Net.WebSockets.Client": "(,4.3.32767]",
432
+ "System.Numerics.Vectors": "(,5.0.32767]",
433
+ "System.ObjectModel": "(,4.3.32767]",
434
+ "System.Private.DataContractSerialization": "(,4.3.32767]",
435
+ "System.Private.Uri": "(,4.3.32767]",
436
+ "System.Reflection": "(,4.3.32767]",
437
+ "System.Reflection.DispatchProxy": "(,6.0.32767]",
438
+ "System.Reflection.Emit": "(,4.7.32767]",
439
+ "System.Reflection.Emit.ILGeneration": "(,4.7.32767]",
440
+ "System.Reflection.Emit.Lightweight": "(,4.7.32767]",
441
+ "System.Reflection.Extensions": "(,4.3.32767]",
442
+ "System.Reflection.Metadata": "(,10.0.32767]",
443
+ "System.Reflection.Primitives": "(,4.3.32767]",
444
+ "System.Reflection.TypeExtensions": "(,4.3.32767]",
445
+ "System.Resources.Reader": "(,4.3.32767]",
446
+ "System.Resources.ResourceManager": "(,4.3.32767]",
447
+ "System.Resources.Writer": "(,4.3.32767]",
448
+ "System.Runtime": "(,4.3.32767]",
449
+ "System.Runtime.CompilerServices.Unsafe": "(,7.0.32767]",
450
+ "System.Runtime.CompilerServices.VisualC": "(,4.3.32767]",
451
+ "System.Runtime.Extensions": "(,4.3.32767]",
452
+ "System.Runtime.Handles": "(,4.3.32767]",
453
+ "System.Runtime.InteropServices": "(,4.3.32767]",
454
+ "System.Runtime.InteropServices.RuntimeInformation": "(,4.3.32767]",
455
+ "System.Runtime.Loader": "(,4.3.32767]",
456
+ "System.Runtime.Numerics": "(,4.3.32767]",
457
+ "System.Runtime.Serialization.Formatters": "(,4.3.32767]",
458
+ "System.Runtime.Serialization.Json": "(,4.3.32767]",
459
+ "System.Runtime.Serialization.Primitives": "(,4.3.32767]",
460
+ "System.Runtime.Serialization.Xml": "(,4.3.32767]",
461
+ "System.Security.AccessControl": "(,6.0.32767]",
462
+ "System.Security.Claims": "(,4.3.32767]",
463
+ "System.Security.Cryptography.Algorithms": "(,4.3.32767]",
464
+ "System.Security.Cryptography.Cng": "(,5.0.32767]",
465
+ "System.Security.Cryptography.Csp": "(,4.3.32767]",
466
+ "System.Security.Cryptography.Encoding": "(,4.3.32767]",
467
+ "System.Security.Cryptography.OpenSsl": "(,5.0.32767]",
468
+ "System.Security.Cryptography.Primitives": "(,4.3.32767]",
469
+ "System.Security.Cryptography.X509Certificates": "(,4.3.32767]",
470
+ "System.Security.Cryptography.Xml": "(,10.0.32767]",
471
+ "System.Security.Principal": "(,4.3.32767]",
472
+ "System.Security.Principal.Windows": "(,5.0.32767]",
473
+ "System.Security.SecureString": "(,4.3.32767]",
474
+ "System.Text.Encoding": "(,4.3.32767]",
475
+ "System.Text.Encoding.CodePages": "(,10.0.32767]",
476
+ "System.Text.Encoding.Extensions": "(,4.3.32767]",
477
+ "System.Text.Encodings.Web": "(,10.0.32767]",
478
+ "System.Text.Json": "(,10.0.32767]",
479
+ "System.Text.RegularExpressions": "(,4.3.32767]",
480
+ "System.Threading": "(,4.3.32767]",
481
+ "System.Threading.AccessControl": "(,10.0.32767]",
482
+ "System.Threading.Channels": "(,10.0.32767]",
483
+ "System.Threading.Overlapped": "(,4.3.32767]",
484
+ "System.Threading.RateLimiting": "(,10.0.32767]",
485
+ "System.Threading.Tasks": "(,4.3.32767]",
486
+ "System.Threading.Tasks.Dataflow": "(,10.0.32767]",
487
+ "System.Threading.Tasks.Extensions": "(,5.0.32767]",
488
+ "System.Threading.Tasks.Parallel": "(,4.3.32767]",
489
+ "System.Threading.Thread": "(,4.3.32767]",
490
+ "System.Threading.ThreadPool": "(,4.3.32767]",
491
+ "System.Threading.Timer": "(,4.3.32767]",
492
+ "System.ValueTuple": "(,4.5.32767]",
493
+ "System.Xml.ReaderWriter": "(,4.3.32767]",
494
+ "System.Xml.XDocument": "(,4.3.32767]",
495
+ "System.Xml.XmlDocument": "(,4.3.32767]",
496
+ "System.Xml.XmlSerializer": "(,4.3.32767]",
497
+ "System.Xml.XPath": "(,4.3.32767]",
498
+ "System.Xml.XPath.XDocument": "(,5.0.32767]"
499
+ }
500
+ }
501
+ }
502
+ }
503
+ }
504
+ }
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
5
+ <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
6
+ <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
7
+ <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
8
+ <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\pritam.kap\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
9
+ <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
10
+ <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
11
+ </PropertyGroup>
12
+ <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
13
+ <SourceRoot Include="C:\Users\pritam.kap\.nuget\packages\" />
14
+ <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
15
+ </ItemGroup>
16
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
17
+ <Import Project="$(NuGetPackageRoot)microsoft.extensions.telemetry.abstractions\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Telemetry.Abstractions.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.telemetry.abstractions\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Telemetry.Abstractions.props')" />
18
+ <Import Project="$(NuGetPackageRoot)umbraco.cms.staticassets\17.0.2\buildTransitive\Umbraco.Cms.StaticAssets.props" Condition="Exists('$(NuGetPackageRoot)umbraco.cms.staticassets\17.0.2\buildTransitive\Umbraco.Cms.StaticAssets.props')" />
19
+ <Import Project="$(NuGetPackageRoot)umbraco.cms.targets\17.0.2\buildTransitive\Umbraco.Cms.Targets.props" Condition="Exists('$(NuGetPackageRoot)umbraco.cms.targets\17.0.2\buildTransitive\Umbraco.Cms.Targets.props')" />
20
+ <Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.0\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore\10.0.0\buildTransitive\net10.0\Microsoft.EntityFrameworkCore.props')" />
21
+ <Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.props')" />
22
+ </ImportGroup>
23
+ <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
24
+ <PkgLucene_Net Condition=" '$(PkgLucene_Net)' == '' ">C:\Users\pritam.kap\.nuget\packages\lucene.net\4.8.0-beta00017</PkgLucene_Net>
25
+ <PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\pritam.kap\.nuget\packages\microsoft.extensions.apidescription.server\10.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
26
+ <PkgMicrosoft_CodeAnalysis_Analyzers Condition=" '$(PkgMicrosoft_CodeAnalysis_Analyzers)' == '' ">C:\Users\pritam.kap\.nuget\packages\microsoft.codeanalysis.analyzers\3.11.0</PkgMicrosoft_CodeAnalysis_Analyzers>
27
+ </PropertyGroup>
28
+ </Project>
@@ -0,0 +1,11 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
4
+ <Import Project="$(NuGetPackageRoot)microsoft.extensions.telemetry.abstractions\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Telemetry.Abstractions.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.telemetry.abstractions\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Telemetry.Abstractions.targets')" />
5
+ <Import Project="$(NuGetPackageRoot)microsoft.extensions.http.resilience\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Http.Resilience.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.http.resilience\9.9.0\buildTransitive\net8.0\Microsoft.Extensions.Http.Resilience.targets')" />
6
+ <Import Project="$(NuGetPackageRoot)umbraco.cms.targets\17.0.2\buildTransitive\Umbraco.Cms.Targets.targets" Condition="Exists('$(NuGetPackageRoot)umbraco.cms.targets\17.0.2\buildTransitive\Umbraco.Cms.Targets.targets')" />
7
+ <Import Project="$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.11\buildTransitive\net9.0\SQLitePCLRaw.lib.e_sqlite3.targets" Condition="Exists('$(NuGetPackageRoot)sqlitepclraw.lib.e_sqlite3\2.1.11\buildTransitive\net9.0\SQLitePCLRaw.lib.e_sqlite3.targets')" />
8
+ <Import Project="$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.codeanalysis.analyzers\3.11.0\buildTransitive\Microsoft.CodeAnalysis.Analyzers.targets')" />
9
+ <Import Project="$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.runtimecompilation\10.0.0\buildTransitive\net10.0\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.aspnetcore.mvc.razor.runtimecompilation\10.0.0\buildTransitive\net10.0\Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.targets')" />
10
+ </ImportGroup>
11
+ </Project>