Skip to content

Commit

Permalink
fix up DeployApps.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
fealebenpae committed Jun 8, 2022
1 parent 6477178 commit c15ff54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
22 changes: 3 additions & 19 deletions Tools/DeployApps/DeployApps.csproj
@@ -1,14 +1,10 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<RootNamespace>DeployApps</RootNamespace>
<LangVersion>9.0</LangVersion>
<GenerateProgramFile>false</GenerateProgramFile>
<RootNamespace>Baas</RootNamespace>
<CodeAnalysisRuleSet>../../global.ruleset</CodeAnalysisRuleSet>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<DisableImplicitNamespaceImports>true</DisableImplicitNamespaceImports>
<NoWarn>MSB4011</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand All @@ -21,21 +17,9 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<AdditionalFiles Include="..\..\stylecop.json" />
<PackageReference Include="MongoDB.Bson" Version="2.16.0" />
</ItemGroup>
<ItemGroup>
<Compile Condition=" '$(EnableDefaultCompileItems)' == 'true' " Update="BaasClient.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="EmptyClass.cs">
<SubType></SubType>
</Compile>
<Compile Update="GlobalSuppressions.cs">
<SubType></SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<None Remove="MongoDB.Bson" />
<AdditionalFiles Include="..\..\stylecop.json" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Tools/DeployApps/Program.cs
Expand Up @@ -20,7 +20,7 @@
using System.Threading.Tasks;
using Baas;

namespace Realms.Tests
namespace Baas
{
public sealed class Program
{
Expand Down

0 comments on commit c15ff54

Please sign in to comment.