Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara authored Aug 25, 2023
1 parent c5b9a34 commit 3290a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Assets/TestProjects/KitchenSink/TestApp/TestApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<AutoreleasePoolSupport>false</AutoreleasePoolSupport>
<ThreadPoolMinThreads>2</ThreadPoolMinThreads>
<ThreadPoolMaxThreads>9</ThreadPoolMaxThreads>
<_UseManagedNtlm>true</_UseManagedNtlm>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void It_publishes_the_project_correctly(string targetFramework, string[]
""System.GC.RetainVM"": false,
""System.Net.Http.EnableActivityPropagation"": false,
""System.Net.Http.UseNativeHttpHandler"": true,
""System.Net.Security.UseManagedNtlm"": true,
""System.Reflection.Metadata.MetadataUpdater.IsSupported"": false,
""System.Reflection.NullabilityInfoContext.IsSupported"": false,
""System.Resources.ResourceManager.AllowCustomResourceTypes"": false,
Expand Down

0 comments on commit 3290a0b

Please sign in to comment.