Skip to content

Commit 6f642ed

Browse files
committed
Updated dependencies and Target Frameworks
1 parent d56cc86 commit 6f642ed

8 files changed

Lines changed: 22 additions & 20 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2020 Christiaan Rakowski
3+
Copyright (c) 2017-2021 Christiaan Rakowski
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/CSRakowski.Parallel/CSRakowski.Parallel.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net47;net45;net5.0;netstandard2.1;netstandard2.0;netstandard1.1</TargetFrameworks>
4+
<TargetFrameworks>net472;net45;net5.0;netstandard2.1;netstandard2.0;netstandard1.1</TargetFrameworks>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
66
<Authors>Christiaan Rakowski</Authors>
77
<Company />
88
<PackageId>CSRakowski.ParallelAsync</PackageId>
99
<Title>CSRakowski.ParallelAsync</Title>
1010
<Description>A .NET utility library for running async methods in parallel batches</Description>
11-
<Copyright>Christiaan Rakowski - 2017-2020</Copyright>
11+
<Copyright>Christiaan Rakowski - 2017-2021</Copyright>
1212
<PackageProjectUrl>https://github.com/csrakowski/ParallelAsync</PackageProjectUrl>
1313
<!--<PackageLicenseUrl>https://github.com/csrakowski/ParallelAsync/blob/master/LICENSE</PackageLicenseUrl>-->
1414
<PackageLicenseUrl></PackageLicenseUrl>
@@ -21,7 +21,7 @@
2121
<AssemblyOriginatorKeyFile>CSRakowski.Parallel.snk</AssemblyOriginatorKeyFile>
2222
<PackageReleaseNotes>* Updated target frameworks
2323
</PackageReleaseNotes>
24-
<Version>1.5.0</Version>
24+
<Version>1.5.1</Version>
2525
<RootNamespace>CSRakowski.Parallel</RootNamespace>
2626
<AssemblyName>CSRakowski.Parallel</AssemblyName>
2727
</PropertyGroup>
@@ -43,7 +43,7 @@
4343

4444
<ItemGroup Condition="! ( '$(TargetFramework)' == 'net5.0' or '$(TargetFramework)' == 'netcoreapp3.1' or '$(TargetFramework)' == 'netcoreapp3.0' or '$(TargetFramework)' == 'netstandard2.1' )">
4545
<!--<ItemGroup>-->
46-
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.3" />
46+
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.4" />
4747
</ItemGroup>
4848

4949
<ItemGroup>

tests/CSRakowski.Parallel.Benchmarks/CSRakowski.Parallel.Benchmarks.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net5.0;netcoreapp3.1;netcoreapp2.1;</TargetFrameworks>
4+
<TargetFrameworks>net48;net472;net5.0;netcoreapp3.1;</TargetFrameworks>
55
<OutputType>Exe</OutputType>
66
<IsPackable>false</IsPackable>
77

88
<Authors>Christiaan Rakowski</Authors>
9-
<Copyright>Christiaan Rakowski - 2018-2020</Copyright>
9+
<Copyright>Christiaan Rakowski - 2018-2021</Copyright>
1010
<LangVersion>latest</LangVersion>
1111
<Version>1.0.0</Version>
1212
<RootNamespace>CSRakowski.Parallel.Benchmarks</RootNamespace>
@@ -30,7 +30,7 @@
3030

3131
<ItemGroup>
3232
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
33-
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.3" />
33+
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.4" />
3434
</ItemGroup>
3535

3636
<ItemGroup Condition=" '$(TargetFrameworkIdentifier)' == '.NETFramework' ">

tests/CSRakowski.Parallel.Tests/CSRakowski.Parallel.Tests.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>net472;net45;net5.0;netcoreapp3.1;netcoreapp2.1;</TargetFrameworks>
4+
<TargetFrameworks>net48;net472;net45;net5.0;netcoreapp3.1;</TargetFrameworks>
55

66
<IsPackable>false</IsPackable>
77

88
<Authors>Christiaan Rakowski</Authors>
9-
<Copyright>Christiaan Rakowski - 2017-2020</Copyright>
9+
<Copyright>Christiaan Rakowski - 2017-2021</Copyright>
1010
<LangVersion>latest</LangVersion>
1111
<Version>1.0.0</Version>
1212
<RootNamespace>CSRakowski.Parallel.Tests</RootNamespace>
@@ -29,13 +29,13 @@
2929
</PropertyGroup>
3030

3131
<ItemGroup>
32-
<PackageReference Include="nunit" Version="3.12.0" />
32+
<PackageReference Include="nunit" Version="3.13.0" />
3333
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0">
3434
<PrivateAssets>all</PrivateAssets>
3535
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
3636
</PackageReference>
3737
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
38-
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.3" />
38+
<PackageReference Include="CSRakowski.AsyncStreamsPreparations" Version="1.3.4" />
3939
</ItemGroup>
4040

4141
<ItemGroup>

tests/Profiling/App.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
55
</startup>
66
<runtime>
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
88
<dependentAssembly>
9-
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
10-
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0"/>
9+
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
10+
<bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
1111
</dependentAssembly>
1212
</assemblyBinding>
1313
</runtime>

tests/Profiling/Profiling.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<LangVersion>latest</LangVersion>
26+
<Prefer32Bit>false</Prefer32Bit>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2829
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -33,10 +34,11 @@
3334
<ErrorReport>prompt</ErrorReport>
3435
<WarningLevel>4</WarningLevel>
3536
<LangVersion>latest</LangVersion>
37+
<Prefer32Bit>false</Prefer32Bit>
3638
</PropertyGroup>
3739
<ItemGroup>
38-
<Reference Include="CSRakowski.AsyncStreamsPreparations, Version=1.3.3.0, Culture=neutral, PublicKeyToken=bcc9b3c2aebe1db5, processorArchitecture=MSIL">
39-
<HintPath>..\..\packages\CSRakowski.AsyncStreamsPreparations.1.3.3\lib\netstandard2.0\CSRakowski.AsyncStreamsPreparations.dll</HintPath>
40+
<Reference Include="CSRakowski.AsyncStreamsPreparations, Version=1.3.4.0, Culture=neutral, PublicKeyToken=bcc9b3c2aebe1db5, processorArchitecture=MSIL">
41+
<HintPath>..\..\packages\CSRakowski.AsyncStreamsPreparations.1.3.4\lib\netstandard2.0\CSRakowski.AsyncStreamsPreparations.dll</HintPath>
4042
</Reference>
4143
<Reference Include="System" />
4244
<Reference Include="System.Core" />

tests/Profiling/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
1212
[assembly: AssemblyProduct("Profiling")]
13-
[assembly: AssemblyCopyright("Copyright © Christiaan Rakowski - 2018-2020")]
13+
[assembly: AssemblyCopyright("Copyright © Christiaan Rakowski - 2018-2021")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

tests/Profiling/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CSRakowski.AsyncStreamsPreparations" version="1.3.3" targetFramework="net47" />
3+
<package id="CSRakowski.AsyncStreamsPreparations" version="1.3.4" targetFramework="net48" />
44
<package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net47" />
55
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net47" />
66
</packages>

0 commit comments

Comments
 (0)