Auto csproj fix and update by bot.

This commit is contained in:
Nuget Ninja
2024-07-18 05:01:22 +00:00
parent d8d0a44a79
commit 88d35442f4
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -19,3 +19,9 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
In addition to the permissions and conditions stated above, the maintenance and development of the Software shall adhere to the following Aiursoft Principles:
1. Any compiled artifacts of the Software must be capable of performing their full functions without requiring an internet connection.
2. The source code of the Software must be capable of being compiled locally within Aiursoft's infrastructure without requiring an internet connection.
3. The source code of the Software must be capable of being compiled locally by third-party developers with an internet connection.
@@ -15,8 +15,8 @@
</PackageReference>
<PackageReference Include="JunitXml.TestLogger" Version="3.1.12" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="3.4.3" />
<PackageReference Include="MSTest.TestFramework" Version="3.4.3" />
<PackageReference Include="MSTest.TestAdapter" Version="3.5.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
<PackageReference Include="AngleSharp" Version="1.1.2" />
</ItemGroup>
<ItemGroup>