summary refs log tree commit diff
path: root/CodeCoverage.runsettings
diff options
context:
space:
mode:
authorOren Novotny <oren@novotny.org>2018-08-31 11:06:14 -0400
committerOren Novotny <oren@novotny.org>2018-08-31 11:06:14 -0400
commitc448b6a2c4498c34c1ab8853b9fa17a46dbe0fb3 (patch)
tree6a70290dc30b768d924ae09f423124bd8e34d7aa /CodeCoverage.runsettings
parentSet 1.8.3 (diff)
downloadBouncyCastle.NET-ed25519-c448b6a2c4498c34c1ab8853b9fa17a46dbe0fb3.tar.xz
Use latest tet sdk
Diffstat (limited to 'CodeCoverage.runsettings')
-rw-r--r--CodeCoverage.runsettings2
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>