init
This commit is contained in:
BIN
GrafanaBlazor/FluentBlazorApp/bin/Debug/net10.0/FluentBlazorApp
Executable file
BIN
GrafanaBlazor/FluentBlazorApp/bin/Debug/net10.0/FluentBlazorApp
Executable file
Binary file not shown.
@@ -0,0 +1,76 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v10.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v10.0": {
|
||||
"FluentBlazorApp/1.0.0": {
|
||||
"dependencies": {
|
||||
"Microsoft.FluentUI.AspNetCore.Components": "4.13.2",
|
||||
"Microsoft.FluentUI.AspNetCore.Components.Icons": "4.13.2"
|
||||
},
|
||||
"runtime": {
|
||||
"FluentBlazorApp.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.FluentUI.AspNetCore.Components/4.13.2": {
|
||||
"runtime": {
|
||||
"lib/net10.0/Microsoft.FluentUI.AspNetCore.Components.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Microsoft.FluentUI.AspNetCore.Components.Icons/4.13.2": {
|
||||
"dependencies": {
|
||||
"Microsoft.FluentUI.AspNetCore.Components": "4.13.2"
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Color.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
},
|
||||
"lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Filled.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
},
|
||||
"lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Light.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
},
|
||||
"lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.Icons.Regular.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
},
|
||||
"lib/net8.0/Microsoft.FluentUI.AspNetCore.Components.Icons.dll": {
|
||||
"assemblyVersion": "4.13.2.25331",
|
||||
"fileVersion": "4.13.2.25331"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"FluentBlazorApp/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Microsoft.FluentUI.AspNetCore.Components/4.13.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-OqJFJiIz32BRBcxVCLX51s6/SNXVe6X16kKBcwxb7ZzZ14w1pT2OcHtqPxfj7NYZzAyA9gpX5EhvAdGHURYD7g==",
|
||||
"path": "microsoft.fluentui.aspnetcore.components/4.13.2",
|
||||
"hashPath": "microsoft.fluentui.aspnetcore.components.4.13.2.nupkg.sha512"
|
||||
},
|
||||
"Microsoft.FluentUI.AspNetCore.Components.Icons/4.13.2": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-1AJ7yh79ELaPzcAdAwb7W0qvpTyVzh3xYGjw8Ibx+azujmSiUk5G0E7i2F4CQybVsAVN1f6l/CKO08VWKNGi9w==",
|
||||
"path": "microsoft.fluentui.aspnetcore.components.icons/4.13.2",
|
||||
"hashPath": "microsoft.fluentui.aspnetcore.components.icons.4.13.2.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"Microsoft.AspNetCore.Components.Endpoints.NavigationManager.DisableThrowNavigationException": true
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
||||
Reference in New Issue
Block a user