Skip to content

Commit a88f46b

Browse files
authored
Fixed XML issue in Nitro.CommandLine.Cloud.csproj (#8545)
1 parent d4d522b commit a88f46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nitro/CommandLine/src/CommandLine.Cloud/Nitro.CommandLine.Cloud.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<RootNamespace>Nitro.CommandLine</RootNamespace>
4-
<AssemblyName>>Nitro.CommandLine.Cloud</AssemblyName>
4+
<AssemblyName>Nitro.CommandLine.Cloud</AssemblyName>
55
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)