Skip to content

Commit 7ab7d8b

Browse files
committed
change
1 parent da073ea commit 7ab7d8b

9 files changed

+66
-2
lines changed

38.SignalR/SignalR/obj/Debug/net8.0/SignalR.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("SignalR")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+a4385e3c3d1423477fa3198f2c549062c0a22e9c")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+da073eadd46724fccfdcd484af36f8946ccb063b")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("SignalR")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("SignalR")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
676d849d564b21ca3e2e8b9e56a7bd051eb680fb2ea0aacf42607602cc40d070
1+
992c361d5878298f1fad279616c355c78e7998aef9954d08f0d82bcc2f4fed73
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// <autogenerated />
2+
using System;
3+
using System.Reflection;
4+
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
//------------------------------------------------------------------------------
2+
// <auto-generated>
3+
// This code was generated by a tool.
4+
// Runtime Version:4.0.30319.42000
5+
//
6+
// Changes to this file may cause incorrect behavior and will be lost if
7+
// the code is regenerated.
8+
// </auto-generated>
9+
//------------------------------------------------------------------------------
10+
11+
using System;
12+
using System.Reflection;
13+
14+
[assembly: System.Reflection.AssemblyCompanyAttribute("SignalR")]
15+
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
16+
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+da073eadd46724fccfdcd484af36f8946ccb063b")]
18+
[assembly: System.Reflection.AssemblyProductAttribute("SignalR")]
19+
[assembly: System.Reflection.AssemblyTitleAttribute("SignalR")]
20+
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
21+
22+
// Generated by the MSBuild WriteCodeFragment class.
23+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b09f7403efb25936ae75414e65ae93994c8b51ed98bc28e1869b911c5beff8fb
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
is_global = true
2+
build_property.TargetFramework = net8.0
3+
build_property.TargetPlatformMinVersion =
4+
build_property.UsingMicrosoftNETSdkWeb = true
5+
build_property.ProjectTypeGuids =
6+
build_property.InvariantGlobalization =
7+
build_property.PlatformNeutralAssembly =
8+
build_property.EnforceExtendedAnalyzerRules =
9+
build_property._SupportedPlatformList = Linux,macOS,Windows
10+
build_property.RootNamespace = SignalR
11+
build_property.RootNamespace = SignalR
12+
build_property.ProjectDir = E:\manthan\C-Sharp-Tutorial\38.SignalR\SignalR\
13+
build_property.EnableComHosting =
14+
build_property.EnableGeneratedComInterfaceComImportInterop =
15+
build_property.RazorLangVersion = 8.0
16+
build_property.SupportLocalizedComponentNames =
17+
build_property.GenerateRazorMetadataSourceChecksumAttributes =
18+
build_property.MSBuildProjectDirectory = E:\manthan\C-Sharp-Tutorial\38.SignalR\SignalR
19+
build_property._RazorSourceGeneratorDebug =
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// <auto-generated/>
2+
global using global::Microsoft.AspNetCore.Builder;
3+
global using global::Microsoft.AspNetCore.Hosting;
4+
global using global::Microsoft.AspNetCore.Http;
5+
global using global::Microsoft.AspNetCore.Routing;
6+
global using global::Microsoft.Extensions.Configuration;
7+
global using global::Microsoft.Extensions.DependencyInjection;
8+
global using global::Microsoft.Extensions.Hosting;
9+
global using global::Microsoft.Extensions.Logging;
10+
global using global::System;
11+
global using global::System.Collections.Generic;
12+
global using global::System.IO;
13+
global using global::System.Linq;
14+
global using global::System.Net.Http;
15+
global using global::System.Net.Http.Json;
16+
global using global::System.Threading;
17+
global using global::System.Threading.Tasks;
27.9 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)