Skip to content

Commit

Permalink
Update SdkGenConsole to .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaksn committed Feb 6, 2024
1 parent 38df6ff commit 09e029a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Utilities/SdkGen/EdFi.SdkGen.Console/EdFi.SdkGen.Console.csproj
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="csharp\**" />
<EmbeddedResource Remove="csharp\**" />
<None Remove="csharp\**" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Compile Remove="csharp\**" />
<EmbeddedResource Remove="csharp\**" />
<None Remove="csharp\**" />
</ItemGroup>
<ItemGroup>
<None Remove="readme.txt" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<Content Include="readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
<ItemGroup>
<ItemGroup>
<None Update="EdFi.OdsApi.Sdk.nuspec">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 09e029a

Please sign in to comment.