Skip to content

Commit 63ebc14

Browse files
committed
update csproj
1 parent dfc534d commit 63ebc14

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

src/Digitalroot.Valheim.LightningArrowsJVL.sln

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{B7339C8D-D
2424
EndProject
2525
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.LightningArrowsJVL", "Digitalroot.Valheim.LightningArrowsJVL\Digitalroot.Valheim.LightningArrowsJVL.csproj", "{C583C26E-2027-49C8-A969-E15F26113539}"
2626
EndProject
27-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2244FEC8-82FC-439E-8C35-CFA5137D030D}"
27+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{2244FEC8-82FC-439E-8C35-CFA5137D030D}"
2828
EndProject
2929
Global
3030
GlobalSection(SolutionConfigurationPlatforms) = preSolution
3131
Debug|Any CPU = Debug|Any CPU
32-
DebugNoDeploy|Any CPU = DebugNoDeploy|Any CPU
3332
Release|Any CPU = Release|Any CPU
3433
EndGlobalSection
3534
GlobalSection(ProjectConfigurationPlatforms) = postSolution
3635
{C583C26E-2027-49C8-A969-E15F26113539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
3736
{C583C26E-2027-49C8-A969-E15F26113539}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{C583C26E-2027-49C8-A969-E15F26113539}.DebugNoDeploy|Any CPU.ActiveCfg = DebugNoDeploy|Any CPU
39-
{C583C26E-2027-49C8-A969-E15F26113539}.DebugNoDeploy|Any CPU.Build.0 = DebugNoDeploy|Any CPU
4037
{C583C26E-2027-49C8-A969-E15F26113539}.Release|Any CPU.ActiveCfg = Release|Any CPU
4138
{C583C26E-2027-49C8-A969-E15F26113539}.Release|Any CPU.Build.0 = Release|Any CPU
4239
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
4340
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.Debug|Any CPU.Build.0 = Debug|Any CPU
44-
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.DebugNoDeploy|Any CPU.ActiveCfg = Debug|Any CPU
45-
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.DebugNoDeploy|Any CPU.Build.0 = Debug|Any CPU
4641
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.Release|Any CPU.ActiveCfg = Release|Any CPU
4742
{2244FEC8-82FC-439E-8C35-CFA5137D030D}.Release|Any CPU.Build.0 = Release|Any CPU
4843
EndGlobalSection

src/Digitalroot.Valheim.LightningArrowsJVL/Digitalroot.Valheim.LightningArrowsJVL.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
https://digitalroot-valheim-nuget.s3.us-west-2.amazonaws.com/index.json
2929
</RestoreAdditionalProjectSources>
3030
<VersionPrefix>0.0.1</VersionPrefix>
31-
<Configurations>Debug;Release;DebugNoDeploy</Configurations>
31+
<Configurations>Debug;Release</Configurations>
3232
</PropertyGroup>
3333

34-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net462|AnyCPU'">
34+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net48|AnyCPU'">
3535
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
3636
<DefineConstants>TRACE</DefineConstants>
3737
</PropertyGroup>
3838

39-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net462|AnyCPU'">
39+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net48|AnyCPU'">
4040
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
4141
<DefineConstants>TRACE</DefineConstants>
4242
</PropertyGroup>

src/UnitTests/UnitTests.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
<TargetFramework>net6.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
7+
8+
<Configurations>Debug;Release</Configurations>
79
</PropertyGroup>
810

911
<ItemGroup>

0 commit comments

Comments
 (0)