mirror of
				https://github.com/nsnail/spectre.console.git
				synced 2025-11-04 10:35:27 +08:00 
			
		
		
		
	Update Docs SDK version to 9.0.100, disable NuGetAudit temporarily, and upgrade Scriban to version 5.12.0 for generator
This commit is contained in:
		
				
					committed by
					
						
						Patrik Svensson
					
				
			
			
				
	
			
			
			
						parent
						
							43e9669395
						
					
				
				
					commit
					92daeb739d
				
			@@ -7,6 +7,11 @@
 | 
				
			|||||||
    <DefaultItemExcludes>$(DefaultItemExcludes);output\**;.gitignore</DefaultItemExcludes>
 | 
					    <DefaultItemExcludes>$(DefaultItemExcludes);output\**;.gitignore</DefaultItemExcludes>
 | 
				
			||||||
    <NoWarn>MVC1000</NoWarn>
 | 
					    <NoWarn>MVC1000</NoWarn>
 | 
				
			||||||
    <MinVerSkip>true</MinVerSkip>
 | 
					    <MinVerSkip>true</MinVerSkip>
 | 
				
			||||||
 | 
					    <!-- 
 | 
				
			||||||
 | 
					    Disable NuGetAudit for now, there is an in progress PR with Statiq regarding these packages,
 | 
				
			||||||
 | 
					    but since since this is just a generator we are safe to ignore this for now.
 | 
				
			||||||
 | 
					     -->
 | 
				
			||||||
 | 
					    <NuGetAudit>false</NuGetAudit>
 | 
				
			||||||
  </PropertyGroup>
 | 
					  </PropertyGroup>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,7 +3,7 @@
 | 
				
			|||||||
  "isRoot": true,
 | 
					  "isRoot": true,
 | 
				
			||||||
  "tools": {
 | 
					  "tools": {
 | 
				
			||||||
    "microsoft.playwright.cli": {
 | 
					    "microsoft.playwright.cli": {
 | 
				
			||||||
      "version": "1.2.2",
 | 
					      "version": "1.2.3",
 | 
				
			||||||
      "commands": [
 | 
					      "commands": [
 | 
				
			||||||
        "playwright"
 | 
					        "playwright"
 | 
				
			||||||
      ]
 | 
					      ]
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "sdk": {
 | 
					  "sdk": {
 | 
				
			||||||
    "version": "8.0.100",
 | 
					    "version": "9.0.100",
 | 
				
			||||||
    "rollForward": "latestFeature"
 | 
					    "rollForward": "latestFeature"
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -46,7 +46,7 @@
 | 
				
			|||||||
    <PackageReference Include="AngleSharp" Version="1.1.2" />
 | 
					    <PackageReference Include="AngleSharp" Version="1.1.2" />
 | 
				
			||||||
    <PackageReference Include="Humanizer.Core" Version="2.14.1" />
 | 
					    <PackageReference Include="Humanizer.Core" Version="2.14.1" />
 | 
				
			||||||
    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
 | 
					    <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
 | 
				
			||||||
    <PackageReference Include="Scriban" Version="5.10.0" />
 | 
					    <PackageReference Include="Scriban" Version="5.12.0" />
 | 
				
			||||||
    <PackageReference Include="Spectre.IO" Version="0.18.0" />
 | 
					    <PackageReference Include="Spectre.IO" Version="0.18.0" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user