Skip to content

Commit 33f74b2

Browse files
author
Oren (electricessence)
committed
Updated reference.
1 parent 087eecd commit 33f74b2

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Open.RandomizationExtensions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Part of the "Open" set of libraries.</Description>
1414
<RepositoryUrl>https://github.com/electricessence/Open.RandomizationExtensions</RepositoryUrl>
1515
<RepositoryType>Git</RepositoryType>
1616
<PackageTags>random select</PackageTags>
17-
<Version>2.4.1</Version>
17+
<Version>2.4.2</Version>
1818
<LangVersion>latest</LangVersion>
1919
<Nullable>enable</Nullable>
2020
</PropertyGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="Open.MemoryExtensions" Version="2.4.1" />
23+
<PackageReference Include="Open.MemoryExtensions" Version="2.5.1" />
2424
</ItemGroup>
2525

2626
</Project>

Open.RandomizationExtensions.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ VisualStudioVersion = 16.0.29009.5
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Open.RandomizationExtensions", "Open.RandomizationExtensions.csproj", "{E1B5CC84-FBF4-43AF-AF65-26F40C0429D2}"
77
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "..\Tests\Tests.csproj", "{F767820A-7C4F-49EC-9407-E1D46F8E21E1}"
9-
EndProject
108
Global
119
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1210
Debug|Any CPU = Debug|Any CPU
@@ -17,10 +15,6 @@ Global
1715
{E1B5CC84-FBF4-43AF-AF65-26F40C0429D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
1816
{E1B5CC84-FBF4-43AF-AF65-26F40C0429D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
1917
{E1B5CC84-FBF4-43AF-AF65-26F40C0429D2}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{F767820A-7C4F-49EC-9407-E1D46F8E21E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{F767820A-7C4F-49EC-9407-E1D46F8E21E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
22-
{F767820A-7C4F-49EC-9407-E1D46F8E21E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{F767820A-7C4F-49EC-9407-E1D46F8E21E1}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)