Skip to content

Commit

Permalink
Update .NET framework version and Combat Extended patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru committed Apr 14, 2024
1 parent 8a126c3 commit d640706
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion Source/AMRetextureSupport/AMRetextureSupport.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/AlienRacesPatch/AlienRacesPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/AnimationMod/AnimationMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>latest</LangVersion>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/CAI5000Patch/CAI5000Patch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>preview</LangVersion>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/CombatExtendedPatch/CombatExtendedPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>preview</LangVersion>
<NoStdLib>false</NoStdLib>
Expand Down
Binary file modified Source/CombatExtendedPatch/refs/CombatExtended.dll
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net472</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
Expand Down
3 changes: 3 additions & 0 deletions Source/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<!-- The Rimworld major version, such as 1.5. -->
<RimworldVersion>1.5</RimworldVersion>

<!-- Other common properties -->
<TargetFramework>net48</TargetFramework>
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion Source/FacialAnimationPatch/FacialAnimationPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net48</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/LightsaberPatch/LightsaberPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net480</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<NoStdLib>false</NoStdLib>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>preview</LangVersion>
<NoStdLib>false</NoStdLib>
Expand Down
1 change: 0 additions & 1 deletion Source/TacticowlPatch/TacticowlPatch.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<OutputType>Library</OutputType>
<LangVersion>latest</LangVersion>
<NoStdLib>false</NoStdLib>
Expand Down

0 comments on commit d640706

Please sign in to comment.