mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-23 00:28:40 +00:00
Bump nixpkgs (#35)
This commit is contained in:
@@ -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 ())
|
||||
|
Reference in New Issue
Block a user