Skip to content

Commit

Permalink
Move TargetFramework to Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhitong committed Jun 20, 2024
1 parent 1c00299 commit f573a6a
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 11 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
<ItemGroup>
<PackageReference Include="Nerdbank.GitVersioning" Version="3.6.133" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>
1 change: 0 additions & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<Authors>The Neo Project</Authors>
<Company>The Neo Project</Company>
<Copyright>2015-2024 The Neo Project</Copyright>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>10</LangVersion>
<Nullable>enable</Nullable>
Expand Down
1 change: 0 additions & 1 deletion src/assertions/assertions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<RootNamespace>Neo.Assertions</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>portable</DebugType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/bctklib/bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<PackageId>Neo.BlockchainToolkit</PackageId>
<RootNamespace>Neo.BlockchainToolkit</RootNamespace>
<DebugType>portable</DebugType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<PropertyGroup Condition="'$(CI)' == 'true'">
Expand Down
1 change: 0 additions & 1 deletion src/neoxp/neoxp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<RootNamespace>NeoExpress</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<ApplicationIcon>neo-express.ico</ApplicationIcon>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/runner/runner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<PackAsTool>true</PackAsTool>
<RootNamespace>Neo.Test.Runner</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/test-harness/test-harness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RootNamespace>NeoTestHarness</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>portable</DebugType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/trace/neotrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<PackageId>Neo.Trace</PackageId>
<PackAsTool>true</PackAsTool>
<RootNamespace>NeoTrace</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/worknet/neoworknet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<PackAsTool>true</PackAsTool>
<RootNamespace>NeoWorkNet</RootNamespace>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/test-build-tasks/test-build-tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<IsPackable>false</IsPackable>
<NoWarn>IDE1006;NU1701</NoWarn>
<RootNamespace>build_tasks</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/test-collector/test-collector.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<RootNamespace>test_collector</RootNamespace>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion test/test.bctklib/test.bctklib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="_testFiles/*" />
Expand Down

0 comments on commit f573a6a

Please sign in to comment.