annotate Implab.Playground/App.config @ 255:b00441e04738 v3

Adde workaround to the behaviour of the logical operations stack in conjuction with async/await methods
author cin
date Wed, 04 Apr 2018 15:38:48 +0300
parents d6fe09f5592c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
2 <configuration>
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
3 <startup>
255
b00441e04738 Adde workaround to the behaviour of the logical operations stack in conjuction
cin
parents: 233
diff changeset
4 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6"/>
229
5f7a3e1d32b9 JsonXmlReader performance tuning
cin
parents:
diff changeset
5 </startup>
233
d6fe09f5592c Improved AsyncQueue
cin
parents: 229
diff changeset
6 </configuration>