about summary refs log tree commit diff
path: root/Tests/TestDataGenerator/TestDataGenerator.csproj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Tests/TestDataGenerator/TestDataGenerator.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/Tests/TestDataGenerator/TestDataGenerator.csproj b/Tests/TestDataGenerator/TestDataGenerator.csproj
index cf212de..879693e 100644
--- a/Tests/TestDataGenerator/TestDataGenerator.csproj
+++ b/Tests/TestDataGenerator/TestDataGenerator.csproj
@@ -17,7 +17,7 @@
     </PropertyGroup>
 
     <ItemGroup>
-        <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0" />
+        <PackageReference Include="Microsoft.Extensions.Hosting" Version="8.0.0"/>
     </ItemGroup>
     <ItemGroup>
         <Content Include="appsettings*.json">
@@ -25,8 +25,8 @@
         </Content>
     </ItemGroup>
     <ItemGroup>
-      <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj" />
-      <ProjectReference Include="..\..\Utilities\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj" />
-      <ProjectReference Include="..\LibMatrix.Tests\LibMatrix.Tests.csproj" />
+        <ProjectReference Include="..\..\LibMatrix\LibMatrix.csproj"/>
+        <ProjectReference Include="..\..\Utilities\LibMatrix.Utilities.Bot\LibMatrix.Utilities.Bot.csproj"/>
+        <ProjectReference Include="..\LibMatrix.Tests\LibMatrix.Tests.csproj"/>
     </ItemGroup>
 </Project>