Skip to content

Commit 51d6560

Browse files
authored
add Directory.Build.props (#313)
1 parent 009c8e5 commit 51d6560

12 files changed

Lines changed: 6 additions & 11 deletions

File tree

Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<Nullable>enable</Nullable>
4+
<InvariantGlobalization>true</InvariantGlobalization>
5+
</PropertyGroup>
6+
</Project>

samples/App.Interfaces/App.Interfaces.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
</PropertyGroup>
76

87
<ItemGroup>

samples/Console.CSharp/Console.CSharp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFramework>net9.0</TargetFramework>
6-
<Nullable>enable</Nullable>
76
</PropertyGroup>
87

98

samples/SampleServer/SampleServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
</PropertyGroup>
76

87
<ItemGroup>

sandbox/SignalRServer.Shared/SignalRServer.Shared.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
</PropertyGroup>
76

87
<ItemGroup>

sandbox/SignalRServer/SignalRServer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
<ImplicitUsings>enable</ImplicitUsings>
76
</PropertyGroup>
87

src/TypedSignalR.Client.TypeScript.Analyzer/TypedSignalR.Client.TypeScript.Analyzer.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
<LangVersion>10</LangVersion>
76
<IsPackable>true</IsPackable>
87
<IsRoslynComponent>true</IsRoslynComponent>

src/TypedSignalR.Client.TypeScript.Attributes/TypedSignalR.Client.TypeScript.Attributes.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5-
<Nullable>enable</Nullable>
65
<LangVersion>10</LangVersion>
76
<RootNamespace>TypedSignalR.Client.TypeScript</RootNamespace>
87

src/TypedSignalR.Client.TypeScript.Generator/TypedSignalR.Client.TypeScript.Generator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
6-
<Nullable>enable</Nullable>
76
<RootNamespace>TypedSignalR.Client.TypeScript</RootNamespace>
87
<PackAsTool>true</PackAsTool>
98
<ToolCommandName>dotnet-tsrts</ToolCommandName>

src/TypedSignalR.Client.TypeScript/TypedSignalR.Client.TypeScript.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
<PropertyGroup>
44
<TargetFrameworks>net8.0;net9.0</TargetFrameworks>
5-
<Nullable>enable</Nullable>
65

76
<!-- NuGet -->
87
<PackageId>TypedSignalR.Client.TypeScript</PackageId>

0 commit comments

Comments
 (0)