This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Commit af230e2 1 parent 8a68ce5 commit af230e2 Copy full SHA for af230e2
File tree 2 files changed +3
-3
lines changed
samples/Sentry.Samples.AspNet.Mvc
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,5 +64,5 @@ if ($lastexitcode -ne 0) { Write-Error "Build failed!" }
64
64
if ($lastexitcode -ne 0 ) { Write-Error " Pack failed!" }
65
65
66
66
Set-Variable - name runner - value (GetTestRunner)
67
- & $runner " test\Sentry.EntityFramework.Tests\bin\Release\net462 \Sentry.EntityFramework.Tests.dll"
67
+ & $runner " test\Sentry.EntityFramework.Tests\bin\Release\net461 \Sentry.EntityFramework.Tests.dll"
68
68
if ($lastexitcode -ne 0 ) { Set-Variable - name fail - value true }
Original file line number Diff line number Diff line change 17
17
<add key =" ClientValidationEnabled" value =" true" />
18
18
<add key =" UnobtrusiveJavaScriptEnabled" value =" true" />
19
19
<!-- Sentry DSN, replace this with your own -->
20
- <add key =" SentryDsn" value =" https://5fd7a6cda8444965bade9ccfd3df9882@ sentry.io/1188141 " />
20
+ <add key =" SentryDsn" value =" https://80aed643f81249d4bed3e30687b310ab@o447951.ingest. sentry.io/5428537 " />
21
21
</appSettings >
22
22
<!--
23
23
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
91
91
</dependentAssembly >
92
92
<dependentAssembly >
93
93
<assemblyIdentity name =" System.Runtime.InteropServices.RuntimeInformation" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
94
- <bindingRedirect oldVersion =" 0.0.0.0-4.0.2 .0" newVersion =" 4.0.2 .0" />
94
+ <bindingRedirect oldVersion =" 0.0.0.0-4.0.1 .0" newVersion =" 4.0.1 .0" />
95
95
</dependentAssembly >
96
96
<dependentAssembly >
97
97
<assemblyIdentity name =" System.Runtime.CompilerServices.Unsafe" publicKeyToken =" b03f5f7f11d50a3a" culture =" neutral" />
You can’t perform that action at this time.
0 commit comments