All Downloads are FREE. Search and download functionalities are using the official Maven repository.

csharp-netcore.project.json.mustache Maven / Gradle / Ivy

The newest version!
{
    "supports": {},
    "dependencies": {
        "Newtonsoft.Json": "12.0.1",
        {{#useCompareNetObjects}}
        "CompareNETObjects": "4.57.0",
        {{/useCompareNetObjects}}
        {{#validatable}}
        "System.ComponentModel.Annotations": "4.5.0",
        {{/validatable}}
        "JsonSubTypes": "1.5.2",
        "RestSharp": "106.10.1"
    },
    "frameworks": {
        "{{targetFrameworkNuget}}": {}
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy