Updated folder paths
This commit is contained in:
parent
4a4cef8dd7
commit
6f73df0fb7
@ -20,8 +20,8 @@
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AuroraSignal\aurora-cradle-sharp.csproj" />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AuroraCradle\aurora-cradle-sharp.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
@ -8,7 +8,7 @@ using System.Linq;
|
||||
|
||||
|
||||
|
||||
namespace AuroraSignal.test
|
||||
namespace AuroraCradle.test
|
||||
{
|
||||
public class CursorListTest
|
||||
{
|
@ -8,7 +8,7 @@
|
||||
"files.exclude": {
|
||||
"**/obj": true
|
||||
},
|
||||
"dotnet-test-explorer.testProjectPath": "./AuroraSignal.test",
|
||||
"dotnet-test-explorer.testProjectPath": "./AuroraCradle.test",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "ms-dotnettools.csharp"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user