From 255c24e174fd835679fa039cf1d669500c2619fb Mon Sep 17 00:00:00 2001 From: syneffort Date: Thu, 18 Aug 2022 18:02:44 +0900 Subject: [PATCH] change framework --- DesignPattern/Adapter/Adapter.csproj | 3 ++- DesignPattern/Adapter/App.config | 6 +++--- DesignPattern/Bridge/App.config | 6 +++--- DesignPattern/Bridge/Bridge.csproj | 3 ++- DesignPattern/Builder/App.config | 6 +++--- DesignPattern/Builder/Builder.csproj | 3 ++- DesignPattern/Composite/App.config | 6 +++--- DesignPattern/Composite/Composite.csproj | 3 ++- DesignPattern/Decorator/App.config | 6 +++--- DesignPattern/Decorator/Decorator.csproj | 3 ++- DesignPattern/Facade/App.config | 6 +++--- DesignPattern/Facade/Facade.csproj | 5 +++-- DesignPattern/Factory/App.config | 6 +++--- DesignPattern/Factory/Factory.csproj | 3 ++- DesignPattern/ObjectPool/App.config | 6 +++--- DesignPattern/ObjectPool/ObjectPool.csproj | 3 ++- DesignPattern/Prototype/App.config | 6 +++--- DesignPattern/Prototype/Prototype.csproj | 3 ++- DesignPattern/Proxy/App.config | 6 +++--- DesignPattern/Proxy/Proxy.csproj | 3 ++- DesignPattern/Singleton/App.config | 6 +++--- DesignPattern/Singleton/Singleton.csproj | 3 ++- 22 files changed, 56 insertions(+), 45 deletions(-) diff --git a/DesignPattern/Adapter/Adapter.csproj b/DesignPattern/Adapter/Adapter.csproj index acb98ee..d2d6409 100644 --- a/DesignPattern/Adapter/Adapter.csproj +++ b/DesignPattern/Adapter/Adapter.csproj @@ -8,10 +8,11 @@ Exe Adapter Adapter - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Adapter/App.config b/DesignPattern/Adapter/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Adapter/App.config +++ b/DesignPattern/Adapter/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Bridge/App.config b/DesignPattern/Bridge/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Bridge/App.config +++ b/DesignPattern/Bridge/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Bridge/Bridge.csproj b/DesignPattern/Bridge/Bridge.csproj index 25dadc2..322ed68 100644 --- a/DesignPattern/Bridge/Bridge.csproj +++ b/DesignPattern/Bridge/Bridge.csproj @@ -8,10 +8,11 @@ Exe Bridge Bridge - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Builder/App.config b/DesignPattern/Builder/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Builder/App.config +++ b/DesignPattern/Builder/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Builder/Builder.csproj b/DesignPattern/Builder/Builder.csproj index 64aabe8..1de26c9 100644 --- a/DesignPattern/Builder/Builder.csproj +++ b/DesignPattern/Builder/Builder.csproj @@ -8,10 +8,11 @@ Exe Builder Builder - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Composite/App.config b/DesignPattern/Composite/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Composite/App.config +++ b/DesignPattern/Composite/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Composite/Composite.csproj b/DesignPattern/Composite/Composite.csproj index 2082ed1..287109a 100644 --- a/DesignPattern/Composite/Composite.csproj +++ b/DesignPattern/Composite/Composite.csproj @@ -8,10 +8,11 @@ Exe Composite Composite - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Decorator/App.config b/DesignPattern/Decorator/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Decorator/App.config +++ b/DesignPattern/Decorator/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Decorator/Decorator.csproj b/DesignPattern/Decorator/Decorator.csproj index 260b607..d16d0e0 100644 --- a/DesignPattern/Decorator/Decorator.csproj +++ b/DesignPattern/Decorator/Decorator.csproj @@ -8,10 +8,11 @@ Exe Decorator Decorator - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Facade/App.config b/DesignPattern/Facade/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Facade/App.config +++ b/DesignPattern/Facade/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Facade/Facade.csproj b/DesignPattern/Facade/Facade.csproj index f88cc5d..bb485c4 100644 --- a/DesignPattern/Facade/Facade.csproj +++ b/DesignPattern/Facade/Facade.csproj @@ -7,11 +7,12 @@ {968D6295-75C3-46FF-AAB9-1579DB405B31} Exe Facade - Facade - v4.8 + r + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Factory/App.config b/DesignPattern/Factory/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Factory/App.config +++ b/DesignPattern/Factory/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Factory/Factory.csproj b/DesignPattern/Factory/Factory.csproj index 840695b..5c580ce 100644 --- a/DesignPattern/Factory/Factory.csproj +++ b/DesignPattern/Factory/Factory.csproj @@ -8,10 +8,11 @@ Exe Factory Factory - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/ObjectPool/App.config b/DesignPattern/ObjectPool/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/ObjectPool/App.config +++ b/DesignPattern/ObjectPool/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/ObjectPool/ObjectPool.csproj b/DesignPattern/ObjectPool/ObjectPool.csproj index a967891..35458e2 100644 --- a/DesignPattern/ObjectPool/ObjectPool.csproj +++ b/DesignPattern/ObjectPool/ObjectPool.csproj @@ -8,10 +8,11 @@ Exe ObjectPool ObjectPool - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Prototype/App.config b/DesignPattern/Prototype/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Prototype/App.config +++ b/DesignPattern/Prototype/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Prototype/Prototype.csproj b/DesignPattern/Prototype/Prototype.csproj index 3f34e97..054184a 100644 --- a/DesignPattern/Prototype/Prototype.csproj +++ b/DesignPattern/Prototype/Prototype.csproj @@ -8,10 +8,11 @@ Exe Prototype Prototype - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Proxy/App.config b/DesignPattern/Proxy/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Proxy/App.config +++ b/DesignPattern/Proxy/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Proxy/Proxy.csproj b/DesignPattern/Proxy/Proxy.csproj index 5627d89..68457c2 100644 --- a/DesignPattern/Proxy/Proxy.csproj +++ b/DesignPattern/Proxy/Proxy.csproj @@ -8,10 +8,11 @@ Exe Proxy Proxy - v4.8 + v4.8.1 512 true true + AnyCPU diff --git a/DesignPattern/Singleton/App.config b/DesignPattern/Singleton/App.config index 193aecc..5ab1a35 100644 --- a/DesignPattern/Singleton/App.config +++ b/DesignPattern/Singleton/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/DesignPattern/Singleton/Singleton.csproj b/DesignPattern/Singleton/Singleton.csproj index 7f6b608..8163287 100644 --- a/DesignPattern/Singleton/Singleton.csproj +++ b/DesignPattern/Singleton/Singleton.csproj @@ -8,10 +8,11 @@ Exe Singleton Singleton - v4.8 + v4.8.1 512 true true + AnyCPU