From 1a973413783e2fdf06d0b7d3057960bb1ce3aa14 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Sat, 12 Feb 2022 23:57:18 +0200 Subject: [PATCH] fix: update dotnet project versions --- .../Lab1.TouristInformationCenter.csproj | 2 +- .../Lab2.TouristInformationCenter.csproj | 2 +- .../Lab3.TouristInformationCenter.csproj | 2 +- Lab4/Lab4.ChainedWords/Lab4.ChainedWords.csproj | 2 +- .../Lab5.TouristInformationCenter.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Lab1/Lab1.TouristInformationCenter/Lab1.TouristInformationCenter.csproj b/Lab1/Lab1.TouristInformationCenter/Lab1.TouristInformationCenter.csproj index 11d201f..f43fe22 100644 --- a/Lab1/Lab1.TouristInformationCenter/Lab1.TouristInformationCenter.csproj +++ b/Lab1/Lab1.TouristInformationCenter/Lab1.TouristInformationCenter.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/Lab2/Lab2.TouristInformationCenter/Lab2.TouristInformationCenter.csproj b/Lab2/Lab2.TouristInformationCenter/Lab2.TouristInformationCenter.csproj index 443bf0e..14abcc2 100644 --- a/Lab2/Lab2.TouristInformationCenter/Lab2.TouristInformationCenter.csproj +++ b/Lab2/Lab2.TouristInformationCenter/Lab2.TouristInformationCenter.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/Lab3/Lab3.TouristInformationCenter/Lab3.TouristInformationCenter.csproj b/Lab3/Lab3.TouristInformationCenter/Lab3.TouristInformationCenter.csproj index 0ebd173..920af23 100644 --- a/Lab3/Lab3.TouristInformationCenter/Lab3.TouristInformationCenter.csproj +++ b/Lab3/Lab3.TouristInformationCenter/Lab3.TouristInformationCenter.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/Lab4/Lab4.ChainedWords/Lab4.ChainedWords.csproj b/Lab4/Lab4.ChainedWords/Lab4.ChainedWords.csproj index 8a5bcb0..2854e50 100644 --- a/Lab4/Lab4.ChainedWords/Lab4.ChainedWords.csproj +++ b/Lab4/Lab4.ChainedWords/Lab4.ChainedWords.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0 diff --git a/Lab5/Lab5.TouristInformationCenter/Lab5.TouristInformationCenter.csproj b/Lab5/Lab5.TouristInformationCenter/Lab5.TouristInformationCenter.csproj index 2a46536..06ebae9 100644 --- a/Lab5/Lab5.TouristInformationCenter/Lab5.TouristInformationCenter.csproj +++ b/Lab5/Lab5.TouristInformationCenter/Lab5.TouristInformationCenter.csproj @@ -2,7 +2,7 @@ Exe - netcoreapp2.1 + netcoreapp3.0