Skip to content

Commit

Permalink
add GenerateResourceUsePreserializedResources to allow dotnet build
Browse files Browse the repository at this point in the history
  • Loading branch information
asos-gurpreetsingh committed Aug 12, 2024
1 parent 9108f85 commit e71d41c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceBusExplorer/ServiceBusExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
<LangVersion>8</LangVersion>
<AssemblyTitle>Service Bus Explorer</AssemblyTitle>
<Company>Paolo Salvatori</Company>
Expand Down Expand Up @@ -549,6 +550,7 @@
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Resources.Extensions" Version="8.0.0" />
<PackageReference Include="WindowsAzure.ServiceBus" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit e71d41c

Please sign in to comment.