forked from julianperrott/WowClassicGrindBot
-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solution: Switch to ManagePackageVersionsCentrally
Solution: use 9.0.100-preview.7 as target
- Loading branch information
Showing
15 changed files
with
110 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Platforms>AnyCPU;x64;x86</Platforms> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageReference Include="Newtonsoft.Json" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<TargetFramework>net9.0</TargetFramework> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!-- Define package versions --> | ||
<PackageVersion Include="BenchmarkDotNet" Version="0.14.0" /> | ||
<PackageVersion Include="Serilog.AspNetCore" Version="8.0.2" /> | ||
<PackageVersion Include="Serilog.Enrichers.Environment" Version="3.0.1" /> | ||
<PackageVersion Include="Serilog.Enrichers.Process" Version="3.0.0" /> | ||
<PackageVersion Include="Serilog.Expressions" Version="5.0.1-dev-00182" /> | ||
<PackageVersion Include="Serilog.Extensions.Logging" Version="8.0.1-dev-10398" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting.Abstractions" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.JsonPatch" Version="9.0.0-preview.7.24406.2" /> | ||
<PackageVersion Include="Microsoft.Extensions.Caching.Abstractions" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="System.Net.Http.Json" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="GameOverlay.Net" Version="4.3.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" /> | ||
<PackageVersion Include="System.Drawing.Common" Version="9.0.0-preview.7.24405.4" /> | ||
<PackageVersion Include="BlazorTable" Version="1.17.0" /> | ||
<PackageVersion Include="MatBlazor" Version="2.10.0" /> | ||
<PackageVersion Include="Microsoft.AspNetCore.Components.Web" Version="9.0.0-preview.7.24406.2" /> | ||
<PackageVersion Include="GregsStack.InputSimulatorStandard" Version="1.3.5" /> | ||
<PackageVersion Include="TextCopy" Version="6.2.1" /> | ||
<PackageVersion Include="Vortice.Direct3D11" Version="3.5.13-beta" /> | ||
<PackageVersion Include="CommandLineParser" Version="2.9.1" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.CommandLine" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Microsoft.Extensions.Options.ConfigurationExtensions" Version="9.0.0-preview.7.24405.7" /> | ||
<PackageVersion Include="Serilog.Settings.Configuration" Version="8.0.2" /> | ||
<PackageVersion Include="Serilog.Sinks.Console" Version="6.0.0" /> | ||
<PackageVersion Include="Serilog.Sinks.Debug" Version="3.0.0" /> | ||
<PackageVersion Include="Serilog.Sinks.File" Version="6.0.0" /> | ||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.7.3" /> | ||
<PackageVersion Include="SixLabors.ImageSharp" Version="3.1.5" /> | ||
<PackageVersion Include="System.Management" Version="9.0.0-preview.7.24405.7" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<Platforms>AnyCPU;x64;x86</Platforms> | ||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" /> | ||
<PackageReference Include="System.Drawing.Common" Version="8.0.0" /> | ||
<PackageReference Include="System.Management" Version="8.0.0" /> | ||
<PackageReference Include="SixLabors.ImageSharp" /> | ||
<PackageReference Include="System.Drawing.Common" /> | ||
<PackageReference Include="System.Management" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"sdk": { | ||
"version": "9.0.100-preview.7" | ||
} | ||
} |