Skip to content

Commit 690c2d6

Browse files
added project guids to new csproj files that have been added to the solution
1 parent a47662b commit 690c2d6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/UnitTests/SharedTests/DataServicesClientTests/DataServicesClientTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<ProjectGuid>{12A622AE-4A3A-496D-9C66-53437670F810}</ProjectGuid>
45
<TargetFramework>net8.0</TargetFramework>
56
<ImplicitUsings>enable</ImplicitUsings>
67
<Nullable>enable</Nullable>

tests/UnitTests/SharedTests/DataServicesCoreTests/DataServicesCoreTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<ProjectGuid>{2423447D-FAF7-4356-BBE1-8B0A9F5DD86E}</ProjectGuid>
45
<TargetFramework>net8.0</TargetFramework>
56
<ImplicitUsings>enable</ImplicitUsings>
67
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)