Closed Captions / Subtitles for Vintage Story.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update and rebuild for .NET 10.

+2 -2
+1 -1
CakeBuild/CakeBuild.csproj
··· 1 1 <Project Sdk="Microsoft.NET.Sdk"> 2 2 <PropertyGroup> 3 3 <OutputType>Exe</OutputType> 4 - <TargetFramework>net8.0</TargetFramework> 4 + <TargetFramework>net10.0</TargetFramework> 5 5 <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory> 6 6 </PropertyGroup> 7 7
+1 -1
ClosedCaptions/ClosedCaptions.csproj
··· 1 1 <Project Sdk="Microsoft.NET.Sdk"> 2 2 3 3 <PropertyGroup> 4 - <TargetFramework>net8.0</TargetFramework> 4 + <TargetFramework>net10.0</TargetFramework> 5 5 <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> 6 6 <OutputPath>bin\$(Configuration)\Mods\mod</OutputPath> 7 7 </PropertyGroup>