ice icon indicating copy to clipboard operation
ice copied to clipboard

Remove netcoreapp3.1 leftovers

Open pepone opened this issue 1 year ago • 0 comments

jose@m1 ice % find . -iname "*.csproj" | xargs fgrep netcoreapp3.1
./csharp/test/IceDiscovery/simple/msbuild/server/server.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
./csharp/test/IceDiscovery/simple/msbuild/client/client.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
./csharp/test/Ice/namespacemd/msbuild/server/server.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
./csharp/test/Ice/namespacemd/msbuild/client/client.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
./csharp/test/Ice/acm/msbuild/server/server.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
./csharp/test/Ice/acm/msbuild/client/client.csproj:  <PropertyGroup Condition="'$(AppTargetFramework)' == 'netcoreapp3.1'">
jose@m1 ice % 

pepone avatar May 11 '24 08:05 pepone