Bump nixpkgs (#35)

This commit is contained in:
Patrick Stevens
2024-12-24 22:32:21 +00:00
committed by GitHub
parent 2df318d570
commit 58b958ae86
13 changed files with 441 additions and 899 deletions

View File

@@ -3,7 +3,6 @@ namespace PulumiWebServer.Test
open System.IO
open System.Reflection
open PulumiWebServer
open NJsonSchema.Generation
open NJsonSchema.Validation
open NUnit.Framework
open FsUnitTyped
@@ -53,7 +52,8 @@ module TestSchema =
|> fun fi -> fi.Directory
|> Utils.findFileAbove "PulumiWebServer/config.schema.json"
let settings = JsonSchemaGeneratorSettings ()
let settings =
NJsonSchema.NewtonsoftJson.Generation.NewtonsoftJsonSchemaGeneratorSettings ()
settings.SerializerSettings <-
JsonSerializerSettings (ContractResolver = CamelCasePropertyNamesContractResolver ())