File tree Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Expand file tree Collapse file tree 4 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : windows-2019
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup .NET
20- uses : actions/setup-dotnet@v3
20+ uses : actions/setup-dotnet@v4
2121 with :
2222 dotnet-version : 8.0.x
2323 - name : Restore dependencies
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
2-
2+ <PropertyGroup >
3+ <SignAssembly >False</SignAssembly >
4+ <AssemblyOriginatorKeyFile >..\SparkKey.snk</AssemblyOriginatorKeyFile >
5+ <Company >Louis DeJardin</Company >
6+ <PackageProjectUrl >https://github.com/SparkViewEngine/</PackageProjectUrl >
7+ <PackageReadmeFile >README.md</PackageReadmeFile >
8+ <RepositoryUrl >https://github.com/SparkViewEngine/spark</RepositoryUrl >
9+ <RepositoryType >git</RepositoryType >
10+ <IncludeSymbols >True</IncludeSymbols >
11+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
12+ <PackageLicenseFile >license.txt</PackageLicenseFile >
13+ <PackageRequireLicenseAcceptance >True</PackageRequireLicenseAcceptance >
14+ <PackageTags >spark;view engine</PackageTags >
15+ <Copyright >Copyright (c) Louis DeJardin 2008-2024</Copyright >
16+ <Description >Spark is a view engine allowing the HTML to dominate the flow and any code to fit seamlessly.</Description >
17+ </PropertyGroup >
318 <PropertyGroup >
419 <TargetFramework >net8.0</TargetFramework >
520 <ImplicitUsings >enable</ImplicitUsings >
Original file line number Diff line number Diff line change 1+ {
2+ "sdk" : {
3+ "rollForward" : " feature" ,
4+ "version" : " 8.0.400"
5+ }
6+ }
Original file line number Diff line number Diff line change 22 "solution": {
33 "path": "Spark.sln",
44 "projects": [
5+ "Spark.AspNetCore.Mvc\\Spark.AspNetCore.Mvc.csproj",
56 "Spark.Web.Mvc\\Spark.Web.Mvc.csproj",
67 "Spark.Web\\Spark.Web.csproj",
78 "Spark\\Spark.csproj"
You can’t perform that action at this time.
0 commit comments