Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 5643a56

Browse files
committed
Examples/Evaluation/CNTKAzureTutorial01/CNTKAzureTutorial01/packages.config: fix reference to WebActivatorEx
1 parent 51b3a9c commit 5643a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Evaluation/CNTKAzureTutorial01/CNTKAzureTutorial01/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
<package id="Swashbuckle" version="5.3.1" targetFramework="net45" />
1111
<package id="Swashbuckle.Core" version="5.3.1" targetFramework="net45" />
1212
<package id="System.IdentityModel.Tokens.Jwt" version="4.0.0" targetFramework="net45" />
13-
<package id="WebActivatorEx" version="2.1.6" targetFramework="net45" />
13+
<package id="WebActivatorEx" version="2.0.6" targetFramework="net45" />
1414
</packages>

0 commit comments

Comments
 (0)