Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Apr 24, 2024
1 parent cabf789 commit 312c9c2
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>CS0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TestAssemblies/AssemblyToProcess/AssemblyToProcess.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067;0649</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion TestAssemblies/AssemblyWithBase/AssemblyWithBase.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067;0649</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067;0649</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk" ToolsVersion="15.0">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<NoWarn>0067</NoWarn>
<DisableFody>true</DisableFody>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net48;net6</TargetFrameworks>
<TargetFrameworks>net48;net6.0</TargetFrameworks>
<DisableFody>true</DisableFody>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 312c9c2

Please sign in to comment.