Skip to content

Commit 50ebe8c

Browse files
authored
Update Deviceupdate project file (Azure#26585)
* use Azure.Core and Azure.Core.Experimental package
1 parent 4eff97e commit 50ebe8c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

sdk/deviceupdate/Azure.IoT.DeviceUpdate/Azure.IoT.DeviceUpdate.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Test.Perf", "..\..\..
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeviceUpdateClientSample", "samples\DeviceUpdateClientSample\DeviceUpdateClientSample.csproj", "{4719AE90-2B90-4DBC-92DA-8CCE29D5B7F3}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core", "..\..\core\Azure.Core\src\Azure.Core.csproj", "{85677AD3-C214-42FA-AE6E-49B956CAC8DC}"
19-
EndProject
20-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core.Experimental", "..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj", "{8B372926-5A38-4219-879F-67D95F292CDA}"
21-
EndProject
2218
Global
2319
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2420
Debug|Any CPU = Debug|Any CPU

sdk/deviceupdate/Azure.IoT.DeviceUpdate/src/Azure.IoT.DeviceUpdate.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<Compile Include="$(AzureCoreSharedSources)OperationInternalOfT.cs" LinkBase="Shared" />
3535
<Compile Include="$(AzureCoreSharedSources)AzureResourceProviderNamespaceAttribute.cs" LinkBase="Shared" />
3636
</ItemGroup>
37-
<ItemGroup>
38-
<ProjectReference Include="..\..\..\core\Azure.Core.Experimental\src\Azure.Core.Experimental.csproj" />
39-
<ProjectReference Include="..\..\..\core\Azure.Core\src\Azure.Core.csproj" />
37+
<ItemGroup>
38+
<PackageReference Include="Azure.Core" />
39+
<PackageReference Include="Azure.Core.Experimental" />
4040
</ItemGroup>
4141

4242
</Project>

0 commit comments

Comments
 (0)