mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	Updated changelog, updated packages
This commit is contained in:
		@@ -20,10 +20,10 @@
 | 
			
		||||
 | 
			
		||||
    <ItemGroup>
 | 
			
		||||
        <PackageReference Include="AngleSharp" Version="0.16.1" />
 | 
			
		||||
        <PackageReference Include="AWSSDK.S3" Version="3.7.7.19" />
 | 
			
		||||
        <PackageReference Include="AWSSDK.S3" Version="3.7.7.21" />
 | 
			
		||||
        <PackageReference Include="CodeHollow.FeedReader" Version="1.2.4" />
 | 
			
		||||
        <PackageReference Include="CommandLineParser" Version="2.8.0" />
 | 
			
		||||
        <PackageReference Include="Discord.Net" Version="3.2.1" />
 | 
			
		||||
        <PackageReference Include="Discord.Net" Version="3.3.0" />
 | 
			
		||||
        <PackageReference Include="CoreCLR-NCalc" Version="2.2.92" />
 | 
			
		||||
        <PackageReference Include="Google.Apis.Urlshortener.v1" Version="1.41.1.138" />
 | 
			
		||||
        <PackageReference Include="Google.Apis.YouTube.v3" Version="1.55.0.2449" />
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
            <PrivateAssets>all</PrivateAssets>
 | 
			
		||||
            <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
 | 
			
		||||
        </PackageReference>
 | 
			
		||||
        <PackageReference Include="Html2Markdown" Version="5.0.1.524" />
 | 
			
		||||
        <PackageReference Include="Html2Markdown" Version="5.0.2.561" />
 | 
			
		||||
        <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.2" />
 | 
			
		||||
        <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.2">
 | 
			
		||||
            <PrivateAssets>all</PrivateAssets>
 | 
			
		||||
@@ -107,7 +107,7 @@
 | 
			
		||||
        <NoWarn>$(NoWarn);CS1573;CS1591</NoWarn>
 | 
			
		||||
    </PropertyGroup>
 | 
			
		||||
 | 
			
		||||
	<!-- TODO: Remove this when the conflict issue is fixed -->
 | 
			
		||||
	<!-- TODO: Remove this when the conflict issue in System.Runtime.Experimental is fixed -->
 | 
			
		||||
	<Target Name="RemoveSystemRuntimeFromRefPack" BeforeTargets="_HandlePackageFileConflicts" Condition="'@(Reference -> WithMetadataValue('NugetPackageId', 'System.Runtime.Experimental'))' != ''">
 | 
			
		||||
		<ItemGroup>
 | 
			
		||||
			<Reference Remove="@(Reference)" Condition="$([System.String]::Copy(%(Reference.Identity)).Contains('System.Runtime.dll')) and
                            '%(Reference.NuGetPackageId)' == 'Microsoft.NETCore.App.Ref'" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user