Skip to content

Commit

Permalink
Merge pull request #313 from UKGovernmentBEIS/PC-NONE-fix-js-net-version
Browse files Browse the repository at this point in the history
PC-NONE: bump net version in compile js script
  • Loading branch information
samyou-softwire authored Dec 6, 2024
2 parents 347025b + c840e7d commit c88d0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeaPublicWebsite/compile-sass-and-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var UglifyJS = require("uglify-js");


var pathToCurrentDirectory = './';
var pathToVisualStudioDebugDirectory = './bin/Debug/net6.0/';
var pathToVisualStudioDebugDirectory = './bin/Debug/net8.0/';

var inputDirectory = './wwwroot';
var inputJsDirectory = './wwwroot/js';
Expand Down

0 comments on commit c88d0b8

Please sign in to comment.