diff options
author | Oren Novotny <oren@novotny.org> | 2018-08-31 11:06:14 -0400 |
---|---|---|
committer | Oren Novotny <oren@novotny.org> | 2018-08-31 11:06:14 -0400 |
commit | c448b6a2c4498c34c1ab8853b9fa17a46dbe0fb3 (patch) | |
tree | 6a70290dc30b768d924ae09f423124bd8e34d7aa /CodeCoverage.runsettings | |
parent | Set 1.8.3 (diff) | |
download | BouncyCastle.NET-ed25519-c448b6a2c4498c34c1ab8853b9fa17a46dbe0fb3.tar.xz |
Use latest tet sdk
Diffstat (limited to 'CodeCoverage.runsettings')
-rw-r--r-- | CodeCoverage.runsettings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CodeCoverage.runsettings b/CodeCoverage.runsettings index 638909645..d3a2c91f7 100644 --- a/CodeCoverage.runsettings +++ b/CodeCoverage.runsettings @@ -18,7 +18,7 @@ Included items must then not match any entries in the exclude list to remain inc <!-- Match assembly file paths: --> <ModulePaths> <Include> - <ModulePath>.*BouncyCastle.*</ModulePath> + <ModulePath>.*Crypto.*</ModulePath> </Include> <Exclude> <ModulePath>.*Test.*</ModulePath> |