Skip to content

Commit

Permalink
Merge pull request #3699 from cisagov/feature/CRRM-133
Browse files Browse the repository at this point in the history
Add Missing Properties for CRRM Proc Result Class
  • Loading branch information
randywoods authored Jan 15, 2024
2 parents a276558 + 1842a5e commit 6d71810
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ public partial class usp_getCSETQuestionsForCRRMResult
public string Heading { get; set; }
public string SubHeading { get; set; }
public string SetName { get; set; }
public bool IsComplete { get; set; }
public int SourceId { get; set; }
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<ItemGroup>
<PackageReference Include="Npoi.Mapper" Version="6.2.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6d71810

Please sign in to comment.