Skip to content

Commit

Permalink
Added multiple runtime versions
Browse files Browse the repository at this point in the history
Updated deps
  • Loading branch information
Aragas committed Dec 29, 2023
1 parent eba5a7b commit 83e6dcb
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/NexusUploader/NexusUploader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<AssemblyName>unex</AssemblyName>
<DebugType>embedded</DebugType>
<Version>1.0.1</Version>
Expand All @@ -14,20 +14,21 @@
<PackageDescription>A .NET Core global tool for uploading files to existing Nexus Mods-hosted mods. Unofficial and unsupported!</PackageDescription>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Title>Nexus Uploader</Title>
<Authors>agc93</Authors>
<Authors>BUTR, agc93</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageId>BUTR.NexusUploader</PackageId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Flurl" Version="2.8.2" />
<PackageReference Include="Handlebars.Net" Version="1.11.5" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.8" />
<PackageReference Include="Microsoft.Extensions.Http" Version="3.1.8" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="2.0.1" />
<PackageReference Include="semver" Version="2.0.6" />
<PackageReference Include="Flurl" Version="4.0.0" />
<PackageReference Include="Handlebars.Net" Version="2.1.4" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Http" Version="8.0.0" />
<PackageReference Include="NetEscapades.Configuration.Yaml" Version="3.1.0" />
<PackageReference Include="semver" Version="2.3.0" />
<PackageReference Include="Spectre.Cli" Version="0.41.0" />
<PackageReference Include="Spectre.Cli.AppInfo" Version="0.1.5" />
<PackageReference Include="Spectre.Cli.Extensions.DependencyInjection" Version="0.2.2" />
Expand Down

0 comments on commit 83e6dcb

Please sign in to comment.