We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514563b commit a5a6291Copy full SHA for a5a6291
session-demos/2021/oracle-db-world/odp-dotnet6.cs
@@ -8,9 +8,9 @@ class Program
8
static void Main(string[] args)
9
{
10
11
- Console.WriteLine();
12
- Console.WriteLine("This app is using .NET version: {0}", Environment.Version.ToString());
13
+ Console.WriteLine();
+ Console.WriteLine("This app is using .NET version: {0}", Environment.Version.ToString());
14
15
//Demo: ODP.NET Core application that connects to Oracle Autonomous DB
16
0 commit comments