Remove DeviceId package (not working)

This commit is contained in:
Namhyeon Go 2024-08-22 04:12:31 +09:00
parent f61dc98fa6
commit ecdc0767b8
2 changed files with 0 additions and 8 deletions

View File

@ -83,12 +83,6 @@
<StartupObject />
</PropertyGroup>
<ItemGroup>
<Reference Include="DeviceId, Version=6.7.0.0, Culture=neutral, PublicKeyToken=f755c371b5c59c52, processorArchitecture=MSIL">
<HintPath>..\packages\DeviceId.6.7.0\lib\net40\DeviceId.dll</HintPath>
</Reference>
<Reference Include="DeviceId.Windows, Version=6.6.0.0, Culture=neutral, PublicKeyToken=f755c371b5c59c52, processorArchitecture=MSIL">
<HintPath>..\packages\DeviceId.Windows.6.6.0\lib\net40\DeviceId.Windows.dll</HintPath>
</Reference>
<Reference Include="Google.Protobuf, Version=3.27.3.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
<HintPath>..\packages\Google.Protobuf.3.27.3\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DeviceId" version="6.7.0" targetFramework="net48" />
<package id="DeviceId.Windows" version="6.6.0" targetFramework="net48" />
<package id="Google.Protobuf" version="3.27.3" targetFramework="net48" />
<package id="Grpc" version="2.46.6" targetFramework="net48" />
<package id="Grpc.Core" version="2.46.6" targetFramework="net48" />