Skip to content

Commit a5a6291

Browse files
authored
Update odp-dotnet6.cs
1 parent 514563b commit a5a6291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

session-demos/2021/oracle-db-world/odp-dotnet6.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ class Program
88
static void Main(string[] args)
99
{
1010

11-
Console.WriteLine();
12-
Console.WriteLine("This app is using .NET version: {0}", Environment.Version.ToString());
13-
Console.WriteLine();
11+
Console.WriteLine();
12+
Console.WriteLine("This app is using .NET version: {0}", Environment.Version.ToString());
13+
Console.WriteLine();
1414

1515
//Demo: ODP.NET Core application that connects to Oracle Autonomous DB
1616

0 commit comments

Comments
 (0)