Skip to content

Commit

Permalink
Revert "remove depercated package installed alternive new"
Browse files Browse the repository at this point in the history
This reverts commit 65c2875.
  • Loading branch information
jarno9981 committed Dec 3, 2024
1 parent 65c2875 commit 720221d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Graphite.sln
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ Global
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|ARM64.Build.0 = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x64.ActiveCfg = Debug|x64
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x64.Build.0 = Debug|x64
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x64.ActiveCfg = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x64.Build.0 = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x86.ActiveCfg = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Debug|x86.Build.0 = Debug|Any CPU
{1CC27BED-D9E7-4879-AFE8-BBBB883D0DE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<InvariantGlobalization>true</InvariantGlobalization>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
12 changes: 2 additions & 10 deletions Riverside.Graphite/Riverside.Graphite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,11 @@
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Services\Workers\**" />
<EmbeddedResource Remove="Services\Workers\**" />
<None Remove="Services\Workers\**" />
<Page Remove="Services\Workers\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.9.1" />
<PackageReference Include="Azure.Identity" Version="1.13.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.23.0" />
<PackageReference Include="Azure.Storage.Common" Version="12.22.0" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="CommunityToolkit.WinUI.Behaviors" Version="8.1.240916" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.HeaderedControls" Version="8.1.240916" />
Expand Down Expand Up @@ -63,6 +56,7 @@
<PackageReference Include="Microsoft.Xaml.Behaviors.WinUI.Managed" Version="2.0.9" />
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="9.0.0" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.3" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down Expand Up @@ -476,6 +470,7 @@
</ItemGroup>
<ItemGroup>
<Folder Include="Assets\WebView\AppFrontend\src\" />
<Folder Include="Services\Workers\" />
</ItemGroup>
<PropertyGroup>
<WindowsSdkPackageVersion>10.0.22621.38</WindowsSdkPackageVersion>
Expand All @@ -484,9 +479,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<ItemGroup>
<PRIResource Remove="Services\Workers\**" />
</ItemGroup>


</Project>

0 comments on commit 720221d

Please sign in to comment.