Skip to content

Commit

Permalink
UPDATED: NoWarn.targets and LICENSE.md
Browse files Browse the repository at this point in the history
Warn.targets, the following warning the lastmod fields were modified to include milliseconds in the timestamp.
  • Loading branch information
dgmjr committed Nov 23, 2023
1 parent f43a72c commit 4f9c92f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Build/NoWarn.targets
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<DisableMostAnnoyingWarnings>true</DisableMostAnnoyingWarnings>
<RestoreDependsOn>$(RestoreDependsOn);NoWarn</RestoreDependsOn>
<NoWarn>$(NoWarn);CA2252;CS8335;NU1603;CS8981;NU1605;</NoWarn>
<NoWarn>$(NoWarn);CA2252;CS8335;NU1603;CS8981;NU1605;S3604;</NoWarn>
</PropertyGroup>
<ItemDefinitionGroup>
<NoWarn>
Expand Down
6 changes: 3 additions & 3 deletions src/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2023-07-13T05:44:46.048Z
date: 2023-07-13T05:44:46:00.048Z
description: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files, yadda, yadda, yadda...
keywords:
- IP
Expand All @@ -13,10 +13,10 @@ permissions:
- private-use
conditions:
- include-copyright
liimitations:
limitations:
- liability
- warranty
lastmod: 2023-08-29T17:13:51.216Z
lastmod: 2023-08-29T17:13:51:00.216Z
license: MIT
slug: mit-license
title: MIT License
Expand Down

0 comments on commit 4f9c92f

Please sign in to comment.