From 90d9d0089524eb9c73867f39ddba1e45217f5b41 Mon Sep 17 00:00:00 2001 From: livebe01 Date: Mon, 17 Jul 2023 12:16:51 -0400 Subject: [PATCH] RELEASE/v1.1.0.30 --- README.md | 2 +- .../ConfigureServices.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2943388220..d3d7238cda 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ This folder contains sample JSON files from all algorithms covered by the Gen/Va ## Setting Up -The code provided is C# using the .NET6 framework. This is a cross-platform framework. To run the code, you will need to install the [.NET6 SDK](https://dotnet.microsoft.com/download/dotnet/6.0). +The code provided is C# using the .NET5 framework. This is a cross-platform framework. To run the code, you will need to install the [.NET5 SDK](https://dotnet.microsoft.com/download/dotnet/5.0). Create or modify the following files: diff --git a/gen-val/src/orleans/src/NIST.CVP.ACVTS.Libraries.Orleans.Grains/ConfigureServices.cs b/gen-val/src/orleans/src/NIST.CVP.ACVTS.Libraries.Orleans.Grains/ConfigureServices.cs index 746a9d2b93..87e25c5b58 100644 --- a/gen-val/src/orleans/src/NIST.CVP.ACVTS.Libraries.Orleans.Grains/ConfigureServices.cs +++ b/gen-val/src/orleans/src/NIST.CVP.ACVTS.Libraries.Orleans.Grains/ConfigureServices.cs @@ -259,7 +259,7 @@ private static void RegisterServices(IServiceCollection svc, OrleansConfig orlea svc.AddSingleton(); svc.AddSingleton(); - svc.AddSingleton(); + svc.AddTransient(); // Needs to be transient to account for KMAC in KMAC-KDF svc.AddSingleton(); svc.AddSingleton();