File tree Expand file tree Collapse file tree
WordSearchGenerator.Common/WoSeCon/Api
WordSearchGenerator.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- namespace Wose . Common . WoSeCon . Api
1+ namespace Wose . Common . WoSeCon . Api
22{
33 public class DirectedLocation : IEquatable < DirectedLocation > , ICloneable
44 {
@@ -165,4 +165,4 @@ public override int GetHashCode()
165165
166166 #endregion
167167 }
168- }
168+ }
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
3- <PropertyGroup >
4- <AssemblyName >WoSe.Tests</AssemblyName >
3+ <PropertyGroup >
4+ <AssemblyName >WoSe.Tests</AssemblyName >
55 <TargetFramework >net10.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
7- <Nullable >enable</Nullable >
8- <RootNamespace >Wose.Tests</RootNamespace >
7+ <Nullable >enable</Nullable >
8+ <RootNamespace >Wose.Tests</RootNamespace >
99
1010 <IsPackable >false</IsPackable >
1111 <IsTestProject >true</IsTestProject >
3131 CopyToOutputDirectory =" PreserveNewest" />
3232 </ItemGroup >
3333
34- </Project >
34+ </Project >
You can’t perform that action at this time.
0 commit comments