Skip to content

Commit

Permalink
Update to new dependencies / netstandard2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed Aug 26, 2024
1 parent 24f6e9e commit b59b6d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net462</TargetFramework>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName>
<LangVersion>11.0</LangVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
<Deterministic>true</Deterministic>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
Expand Down
16 changes: 7 additions & 9 deletions FlexibleContactsSort/FlexibleContactsSort.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<AssemblyTitle>FlexibleContactsSort</AssemblyTitle>
<AssemblyFileName>$(AssemblyTitle).dll</AssemblyFileName>
<RootNamespace>FlexibleContactsSort</RootNamespace>
Expand All @@ -11,7 +10,7 @@
<PackageId>FlexibleContactSorting</PackageId>
<Title>Flexible Contact Sorting</Title>
<Authors>Banane9</Authors>
<Version>0.6.0-beta</Version>
<Version>0.7.0-beta</Version>
<Description>This MonkeyLoader mod for Resonite allows sorting contacts flexibly and to your liking, including pinning your favorites to the top. It also adds other Quality of Life features to the Contacts Page, such as a clear button for the search, an extra color for your outgoing conctact requests, capacity display to contacts' sessions, and contacts loading without lag.</Description>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
Expand All @@ -30,16 +29,15 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MonkeyLoader" Version="0.19.1-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.17.1-beta" />
<PackageReference Include="MonkeyLoader.GamePacks.Resonite" Version="0.19.2-beta" />
<PackageReference Include="PolySharp" Version="1.14.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Resonite.Elements.Core" Version="1.1.0" />
<PackageReference Include="Resonite.Elements.Quantity" Version="1.0.2" />
<PackageReference Include="Resonite.FrooxEngine" Version="2024.7.11.1293" />
<PackageReference Include="Resonite.SkyFrost.Base" Version="2.0.0" />
<PackageReference Include="Resonite.SkyFrost.Base.Models" Version="2.0.0" />
<PackageReference Include="Resonite.Elements.Core" Version="1.2.1" />
<PackageReference Include="Resonite.Elements.Quantity" Version="1.2.1" />
<PackageReference Include="Resonite.FrooxEngine" Version="2024.8.6.1341" />
<PackageReference Include="Resonite.SkyFrost.Base" Version="2.0.1" />
<PackageReference Include="Resonite.SkyFrost.Base.Models" Version="2.0.1" />
</ItemGroup>
</Project>

0 comments on commit b59b6d9

Please sign in to comment.