File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 </PropertyGroup >
1515
1616 <ItemGroup >
17- <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.14 .0" />
17+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.12 .0" />
1818 </ItemGroup >
1919
2020 <ItemGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
5- <TargetFramework >net5 .0</TargetFramework >
5+ <TargetFramework >net9 .0</TargetFramework >
66 <Version >1.1.0</Version >
77 <ApplicationIcon />
88 <StartupObject />
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ local luaVersions = {
1414publishOutputDir = " bin/Debug/PublishOutput/"
1515
1616local function publish (depth )
17- local cmd = (" dotnet publish %s --configuration Debug --output %s" ):format ((" ../" ):rep (depth ), publishOutputDir )
17+ local cmd = (" dotnet build %s --configuration Debug --output %s" ):format ((" ../" ):rep (depth ), publishOutputDir )
1818 execute (cmd )
1919end
2020
Original file line number Diff line number Diff line change 1- set dir = ../../CSharp.lua.Launcher/bin/Debug/net5 .0/
1+ set dir = ../../CSharp.lua.Launcher/bin/Debug/net9 .0/
22dotnet " %dir% CSharp.lua.Launcher.dll" -s src -d out
33" ../__bin/lua5.1/lua" launcher.lua
You can’t perform that action at this time.
0 commit comments